From c5041c5894f559b42e2ae26c09ad793a925168fc Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 11 Dec 2022 12:04:03 +0100 Subject: custom tai64dec --- system-profiles/openssh/known-hosts/ca-sign.gup | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'system-profiles') 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 gup -u ${keyFile} ${principalsFile} gup -u expiration -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 +ssh-keygen -h -Us ../ca/ca.pub -I $(uuidgen) -z $(tai64dec --no-ns) -V "-1d:$(cat expiration)" -n $(cat ${principalsFile}) -f $1 ${keyFile} +sleep 1 -- cgit v1.2.3