From 679d691cd40c45399d9abae9b0f08cd228f596c5 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 12 Feb 2022 14:12:32 +0100 Subject: openssh: utc validities --- system-profiles/openssh/known-hosts/ca-sign.gup | 2 ++ 1 file changed, 2 insertions(+) (limited to 'system-profiles/openssh/known-hosts/ca-sign.gup') diff --git a/system-profiles/openssh/known-hosts/ca-sign.gup b/system-profiles/openssh/known-hosts/ca-sign.gup index 512f0e84..f9aa3793 100644 --- a/system-profiles/openssh/known-hosts/ca-sign.gup +++ b/system-profiles/openssh/known-hosts/ca-sign.gup @@ -1,6 +1,8 @@ #!/usr/bin/env zsh set -eu +export TZ=UTC + keyFile=${2%"-cert.pub"}.pub principalsFile=${keyFile:h}/host-principals gup -u ${keyFile} ${principalsFile} -- cgit v1.2.3