...

Text file src/github.com/letsencrypt/boulder/test/cert-ceremonies/intermediate-key-ceremony-ecdsa.yaml

Documentation: github.com/letsencrypt/boulder/test/cert-ceremonies

     1ceremony-type: key
     2pkcs11:
     3    module: /usr/lib/softhsm/libsofthsm2.so
     4    pin: 1234
     5    store-key-in-slot: {{ .SlotID }}
     6    store-key-with-label: intermediate signing key (ecdsa)
     7key:
     8    type: ecdsa
     9    ecdsa-curve: P-384
    10outputs:
    11    public-key-path: /hierarchy/intermediate-signing-pub-ecdsa.pem
    12    pkcs11-config-path: /hierarchy/intermediate-signing-key-ecdsa.pkcs11.json

View as plain text