From 54be8889cd19390ab0487e23d2b9c4d849d109e5 Mon Sep 17 00:00:00 2001 From: max furman Date: Tue, 16 Jun 2020 10:58:58 -0700 Subject: [PATCH] Correct attribute names for SSH claims in provisioner docs --- docs/provisioners.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/provisioners.md b/docs/provisioners.md index 5ab7c997..4c574fd7 100644 --- a/docs/provisioners.md +++ b/docs/provisioners.md @@ -46,22 +46,22 @@ Example `claims`: SSH CA properties - * `minUserSSHDuration`: do not allow certificates with a duration less + * `minUserSSHCertDuration`: do not allow certificates with a duration less than this value. - * `maxUserSSHDuration`: do not allow certificates with a duration + * `maxUserSSHCertDuration`: do not allow certificates with a duration greater than this value. - * `defaultUserSSHDuration`: if no certificate validity period is specified, + * `defaultUserSSHCertDuration`: if no certificate validity period is specified, use this value. - * `minHostSSHDuration`: do not allow certificates with a duration less + * `minHostSSHCertDuration`: do not allow certificates with a duration less than this value. - * `maxHostSSHDuration`: do not allow certificates with a duration + * `maxHostSSHCertDuration`: do not allow certificates with a duration greater than this value. - * `defaultHostSSHDuration`: if no certificate validity period is specified, + * `defaultHostSSHCertDuration`: if no certificate validity period is specified, use this value. * `enableSSHCA`: enable all provisioners to generate SSH Certificates.