Skip to content

Commit

Permalink
Fix typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
maraino committed Jul 6, 2022
1 parent 33c3066 commit ed541c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/certificate/create.go
Expand Up @@ -330,7 +330,7 @@ Create an intermediate certificate using <step-kms-plugin>:
$ step kms create \
--kms 'pkcs11:module-path=/usr/local/lib/softhsm/libsofthsm2.so;token=smallstep?pin-value=password' \
'pkcs11:id=4001;object=intermediate-key'
$ stepv certificate create \
$ step certificate create \
--profile intermediate-ca \
--kms 'pkcs11:module-path=/usr/local/lib/softhsm/libsofthsm2.so;token=smallstep?pin-value=password' \
--ca root_ca.crt --ca-key 'pkcs11:id=4000' \
Expand Down

0 comments on commit ed541c1

Please sign in to comment.