diff options
Diffstat (limited to 'system-profiles/openssh')
-rw-r--r-- | system-profiles/openssh/known-hosts/ca-sign.gup | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system-profiles/openssh/known-hosts/ca-sign.gup b/system-profiles/openssh/known-hosts/ca-sign.gup index f9aa3793..527a9763 100644 --- a/system-profiles/openssh/known-hosts/ca-sign.gup +++ b/system-profiles/openssh/known-hosts/ca-sign.gup | |||
@@ -8,4 +8,5 @@ principalsFile=${keyFile:h}/host-principals | |||
8 | gup -u ${keyFile} ${principalsFile} | 8 | gup -u ${keyFile} ${principalsFile} |
9 | gup -u expiration | 9 | gup -u expiration |
10 | 10 | ||
11 | ssh-keygen -h -Us ../ca/ca.pub -I $(uuidgen) -z $(tai64dec) -V "-1d:$(cat expiration)" -n $(cat ${principalsFile}) -f $1 ${keyFile} \ No newline at end of file | 11 | ssh-keygen -h -Us ../ca/ca.pub -I $(uuidgen) -z $(tai64dec --no-ns) -V "-1d:$(cat expiration)" -n $(cat ${principalsFile}) -f $1 ${keyFile} |
12 | sleep 1 | ||