Use correct parameters order that actually works

This commit is contained in:
Jakub Jelen 2020-07-14 12:03:25 +02:00 committed by pbokoc
commit b80ae1c303

View file

@ -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.