From 083abf515096d85d4d76ed4d956434c33d0b06ba Mon Sep 17 00:00:00 2001 From: max furman Date: Mon, 4 May 2020 16:09:36 -0700 Subject: [PATCH] Fix a bit of getting started doc syntax --- docs/GETTING_STARTED.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/GETTING_STARTED.md b/docs/GETTING_STARTED.md index 6728e2f6..6246ce97 100644 --- a/docs/GETTING_STARTED.md +++ b/docs/GETTING_STARTED.md @@ -485,9 +485,17 @@ Please enter the password to decrypt ~/.step/secrets/intermediate_ca_key: passwo 2019/02/21 12:09:51 Serving HTTPS on :9443 ... ``` -Please [`step ca provisioner`](https://smallstep.com/docs/cli/ca/provisioner/)'s docs for details on all available claims properties. The durations are strings which are a sequence of decimal numbers, each with optional fraction and a unit suffix, such as "300ms" or "2h45m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h". +See the [`provisioner doc`][1] for details on all available provisioner claims. +The durations are strings which are a sequence of decimal numbers, each with +optional fraction and a unit suffix, such as "300ms" or "2h45m". Valid time +units are "ns", "us" (or "µs"), "ms", "s", "m", "h". -Now certs issued by the `dev@smallstep.com` provisioner will be valid for two hours and deny renewals. Command line flags allow validity extension up to 12h, please see [`step ca certificate`](https://smallstep.com/docs/cli/ca/certificate/)'s docs for details. +Now certs issued by the `dev@smallstep.com` provisioner will be valid for two +hours and deny renewals. Command line flags allow validity extension up to 12h, +please see [`step ca certificate`][2]'s docs for details. + +[1]: ./provisioners.md +[2]: https://smallstep.com/docs/cli/ca/certificate/ ```bash # grab a cert, will also work with 'step ca token' flow