Skip to content

Commit

Permalink
Fix typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
toraritte committed Aug 9, 2023
1 parent 3991e17 commit 4557905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions command/certificate/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $ step certificate install --all root-ca.pem
Install a root certificate in Firefox's and the system's default trust store:
'''
$ step certificate install --firefox root--ca.pem
$ step certificate install --firefox root-ca.pem
'''
Install a root certificate in Java's and the system's default trust store:
Expand Down Expand Up @@ -115,7 +115,7 @@ $ step certificate uninstall --all root-ca.pem
Uninstall a root certificate from Firefox's and the system's default trust store:
'''
$ step certificate uninstall --firefox root--ca.pem
$ step certificate uninstall --firefox root-ca.pem
'''
Uninstall a root certificate from Java's and the system's default trust store:
Expand Down

0 comments on commit 4557905

Please sign in to comment.