Use correct parameters order that actually works
This commit is contained in:
parent
bed3630f52
commit
b80ae1c303
1 changed files with 1 additions and 1 deletions
|
|
@ -931,7 +931,7 @@ start and end times. For example:
|
|||
|
||||
[subs="macros"]
|
||||
----
|
||||
ssh-keygen -s ca_user_key -I pass:quotes[_certificate_ID_] id_rsa.pub -V "-1w:+54w5d"
|
||||
ssh-keygen -s ca_user_key -I pass:quotes[_certificate_ID_] -V "-1w:+54w5d" id_rsa.pub
|
||||
----
|
||||
|
||||
A certificate that is presented at a time outside this range will not be considered valid.
|
||||
|
|
|
|||
Reference in a new issue