From 19a3cd10a1107462db28fbbdd66ee6ad981d25fd Mon Sep 17 00:00:00 2001 From: max furman Date: Mon, 16 Nov 2020 12:30:41 -0500 Subject: [PATCH] [docs] provisioners fix attr dupe and give warning about stale docs --- docs/provisioners.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/provisioners.md b/docs/provisioners.md index fbe78719..445bb650 100644 --- a/docs/provisioners.md +++ b/docs/provisioners.md @@ -1,5 +1,9 @@ # Provisioners +> Note: The canonical documentation for `step-ca` provisioners now lives at +> https://smallstep.com/docs/step-ca/configuration#provisioners. Documentation +> found on this page may be out of date. + Provisioners are people or code that are registered with the CA and authorized to issue "provisioning tokens". Provisioning tokens are single-use tokens that can be used to authenticate with the CA and get a certificate. @@ -29,9 +33,10 @@ Example `claims`: "disableRenewal": false, "minHostSSHCertDuration": "5m", "maxHostSSHCertDuration": "1680h", + "defaultHostSSHCertDuration": "720h", "minUserSSHCertDuration": "5m", "maxUserSSHCertDuration": "24h", - "maxTLSCertDuration": "16h", + "defaultUserSSHCertDuration": "16h", "enableSSHCA": true }, ... @@ -142,7 +147,6 @@ In the ca.json configuration file, a complete JWK provisioner example looks like "maxHostSSHCertDuration": "1680h", "minUserSSHCertDuration": "5m", "maxUserSSHCertDuration": "24h", - "maxTLSCertDuration": "16h", "enableSSHCA": true } }