13 lines
350 B
YAML
13 lines
350 B
YAML
ceremony-type: key
|
|
pkcs11:
|
|
module: /usr/lib/softhsm/libsofthsm2.so
|
|
pin: 1234
|
|
store-key-in-slot: {{ .SlotID }}
|
|
store-key-with-label: {{ .Label }}
|
|
key:
|
|
type: rsa
|
|
rsa-mod-length: 2048
|
|
outputs:
|
|
public-key-path: test/certs/webpki/{{ .FileName }}.pubkey.pem
|
|
pkcs11-config-path: test/certs/webpki/{{ .FileName }}.pkcs11.json
|