We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cde7780 commit 3a11f97Copy full SHA for 3a11f97
1 file changed
command/ca/certificate.go
@@ -109,7 +109,7 @@ Request a new certificate with an X5C provisioner:
109
$ step ca certificate foo.internal foo.crt foo.key --x5c-cert x5c.cert --x5c-key x5c.key
110
'''
111
112
-Request a new certificate with an X5C using an certificate from a Yubikey:
+Request a new certificate with an X5C provisioner using a certificate and private key stored on a YubiKey:
113
114
$ step ca certificate [email protected] joe.crt joe.key \
115
--x5c-cert yubikey:slot-id=9a \
0 commit comments