26 lines
709 B
YAML
26 lines
709 B
YAML
ceremony-type: root
|
|
pkcs11:
|
|
module: /usr/lib/softhsm/libsofthsm2.so
|
|
pin: 1234
|
|
store-key-in-slot: {{ .SlotID }}
|
|
store-key-with-label: root rsa
|
|
key:
|
|
type: rsa
|
|
rsa-mod-length: 4096
|
|
outputs:
|
|
public-key-path: test/certs/webpki/root-rsa.pubkey.pem
|
|
certificate-path: test/certs/webpki/root-rsa.cert.pem
|
|
certificate-profile:
|
|
signature-algorithm: SHA256WithRSA
|
|
common-name: 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
|