Include https:// in example

This commit is contained in:
Sebastian Tiedtke 2018-11-13 14:24:24 -08:00 committed by GitHub
parent a04b5e7487
commit 6a0976458a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```