From 45579059e76c606dcc00d9f8006dbf3a3401b5e6 Mon Sep 17 00:00:00 2001 From: Attila Gulyas Date: Tue, 8 Aug 2023 20:24:47 -0400 Subject: [PATCH] Fix typo in example --- command/certificate/install.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/command/certificate/install.go b/command/certificate/install.go index ed5da22d2..314bc3c96 100644 --- a/command/certificate/install.go +++ b/command/certificate/install.go @@ -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: @@ -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: