Skip to content

Commit

Permalink
Clarify command help
Browse files Browse the repository at this point in the history
  • Loading branch information
maraino committed Aug 17, 2022
1 parent b8b923c commit 57b8a06
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions command/certificate/create.go
Expand Up @@ -263,9 +263,10 @@ $ step certificate create --template root.tpl \
"Acme Corporation Root CA" root_ca.crt root_ca_key
'''
Create an intermediate certificate using the previous root. This intermediate
will be able to sign also new intermediate certificates. We will also make the
subject configurable using the **--set** and **--set-file** flags.
Create an intermediate certificate using the previous root. By extending the
maxPathLen we are enabling this intermediate sign leaf and intermediate
certificates. We will also make the subject configurable using the **--set** and
**--set-file** flags.
'''
$ cat intermediate.tpl
{
Expand Down

0 comments on commit 57b8a06

Please sign in to comment.