15 lines
387 B
YAML
15 lines
387 B
YAML
ceremony-type: crl
|
|
pkcs11:
|
|
module: /usr/lib/softhsm/libsofthsm2.so
|
|
pin: 1234
|
|
signing-key-slot: {{ .SlotID }}
|
|
signing-key-label: root rsa
|
|
inputs:
|
|
issuer-certificate-path: test/certs/webpki/root-rsa.cert.pem
|
|
outputs:
|
|
crl-path: test/certs/webpki/root-rsa.crl.pem
|
|
crl-profile:
|
|
this-update: 2023-01-01 12:00:00
|
|
next-update: 2023-12-15 12:00:00
|
|
number: 100
|