boulder/test/cert-ceremonies/root-ceremony-rsa.yaml

26 lines
719 B
YAML

ceremony-type: root
pkcs11:
module: /usr/lib/softhsm/libsofthsm2.so
pin: 1234
store-key-in-slot: {{ .SlotID }}
store-key-with-label: root signing key (rsa)
key:
type: rsa
rsa-mod-length: 4096
outputs:
public-key-path: /hierarchy/root-signing-pub-rsa.pem
certificate-path: /hierarchy/root-cert-rsa.pem
certificate-profile:
signature-algorithm: SHA256WithRSA
common-name: CA root (RSA)
organization: good guys
country: US
not-before: 2020-01-01 12:00:00
not-after: 2040-01-01 12:00:00
key-usages:
- Cert Sign
- CRL Sign
skip-lints:
# Our roots don't sign OCSP, so they don't need the Digital Signature KU.
- n_ca_digital_signature_not_set