File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,11 @@ func renewCommand() cli.Command {
2828[**--out**=<file>] [**--issuer**=<name>] [**--password-file**=<file>]
2929[**--force**] [**--ca-url**=<uri>] [**--root**=<file>]
3030[**--offline**] [**--ca-config**=<file>]` ,
31- Description : `**step ssh renew** command renews an SSH Cerfificate
31+ Description : `**step ssh renew** command renews an SSH Host Cerfificate
3232using [step certificates](https://github.com/smallstep/certificates).
3333It writes the new certificate to disk - either overwriting <ssh-cert> or
34- using a new file when the **--out**=<file> flag is used.
34+ using a new file when the **--out**=<file> flag is used. This command cannot
35+ be used to renew SSH User Certificates.
3536
3637## POSITIONAL ARGUMENTS
3738
You can’t perform that action at this time.
0 commit comments