File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11---
2- updated_at : September 18 , 2025
2+ updated_at : November 12 , 2025
33title : Configuring step-ca Provisioners
44html_title : Configure Certificate Provisioners in step-ca
55description : Master step-ca provisioners for flexible certificate issuance. Support multiple authentication methods from OIDC to cloud metadata.
@@ -1129,10 +1129,10 @@ To get a client certificate for a hardware-bound private key on your YubiKey:
11291129 ``` bash
11301130 {
11311131 YUBIKEY_SERIAL_NO=123EXAMPLE90
1132- step ca certificate
1133- --attestation-uri ' yubikey:slot-id=9a' \
1134- --kms ' yubikey:?pin-value=123456 ' \
1135- --provisioner acme-da $YUBIKEY_SERIAL_NO yubikey.crt
1132+ step ca certificate \
1133+ --attestation-uri ' yubikey:slot-id=9a?pin-value=123456 ' \
1134+ --provisioner acme-da \
1135+ $YUBIKEY_SERIAL_NO yubikey.crt
11361136 }
11371137 ```
11381138
You can’t perform that action at this time.
0 commit comments