Skip to content

Commit

Permalink
[docs] remove intermediate SAN example from step cert create
Browse files Browse the repository at this point in the history
  • Loading branch information
dopey committed Nov 17, 2020
1 parent 26eaeb0 commit df41f64
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions command/certificate/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,6 @@ $ step certificate create intermediate-ca intermediate-ca.crt intermediate-ca.ke
--profile intermediate-ca --ca ./root-ca.crt --ca-key ./root-ca.key
'''
Create an intermediate certificate and key with custom Subject Alternative Names:
'''
$ step certificate create intermediate-ca intermediate-ca.crt intermediate-ca.key \
--profile intermediate-ca --ca ./root-ca.crt --ca-key ./root-ca.key \
--san inter.smallstep.com --san 1.1.1.1 --san ca.smallstep.com
'''
Create a leaf certificate and key:
'''
Expand Down

0 comments on commit df41f64

Please sign in to comment.