mirror of
https://github.com/outbackdingo/certificates.git
synced 2026-01-27 10:18:34 +00:00
Token carries info, no need to pass in flags
This commit is contained in:
committed by
GitHub
parent
9bdf89e867
commit
2a690d81ad
@@ -351,8 +351,7 @@ $ TOKEN=$(step ca token foo.example.com \
|
||||
--ca-url https://ca.example.com \
|
||||
--root /path/to/root_ca.crt --password-file /path/to/provisioner/password)
|
||||
|
||||
$ step ca certificate "foo.example.com" foo.crt foo.key --token "$TOKEN" \
|
||||
--ca-url https://ca.example.com --root /path/to/root_ca.crt
|
||||
$ step ca certificate "foo.example.com" foo.crt foo.key --token "$TOKEN"
|
||||
```
|
||||
|
||||
You can take a closer look at the contents of the certificate using `step certificate inspect`:
|
||||
|
||||
Reference in New Issue
Block a user