github.com/letsencrypt/boulder@v0.20251208.0/test/certs/intermediate-cert-ceremony-ecdsa.yaml (about) 1 ceremony-type: intermediate 2 pkcs11: 3 module: /usr/lib/softhsm/libsofthsm2.so 4 pin: 1234 5 signing-key-slot: {{ .SlotID }} 6 signing-key-label: root ecdsa 7 inputs: 8 public-key-path: test/certs/webpki/{{ .FileName }}.pubkey.pem 9 issuer-certificate-path: test/certs/webpki/root-ecdsa.cert.pem 10 outputs: 11 certificate-path: test/certs/webpki/{{ .FileName }}.cert.pem 12 certificate-profile: 13 signature-algorithm: ECDSAWithSHA384 14 common-name: {{ .CommonName }} 15 organization: good guys 16 country: US 17 not-before: 2025-07-01 00:00:00 18 not-after: 2030-06-30 23:59:59 19 crl-url: http://ecdsa.example.com/crl 20 issuer-url: http://ecdsa.example.com/cert 21 policies: 22 - oid: 2.23.140.1.2.1 23 key-usages: 24 - Digital Signature 25 - Cert Sign 26 - CRL Sign