...

Text file src/github.com/letsencrypt/boulder/test/cert-ceremonies/intermediate-key-ceremony-rsa.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 (rsa)
     7key:
     8    type: rsa
     9    rsa-mod-length: 2048
    10outputs:
    11    public-key-path: /hierarchy/intermediate-signing-pub-rsa.pem
    12    pkcs11-config-path: /hierarchy/intermediate-signing-key-rsa.pkcs11.json

View as plain text