forked from TrueCloudLab/certificates
Include https:// in example
This commit is contained in:
parent
a04b5e7487
commit
6a0976458a
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ provides a single command that will prompt you to select and decrypt an
|
|||
authorized provisioner and then request a new certificate.
|
||||
|
||||
```
|
||||
$ step ca certificate "foo.example.com" foo.crt foo.key --ca-url ca.smallstep.com \
|
||||
$ step ca certificate "foo.example.com" foo.crt foo.key --ca-url https://ca.smallstep.com \
|
||||
--root /path/to/root_ca.crt
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue