diff options
Diffstat (limited to 'system-profiles/openssh/known-hosts/ca-sign.gup')
-rw-r--r-- | system-profiles/openssh/known-hosts/ca-sign.gup | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
1 | #!/usr/bin/env zsh | 1 | #!/usr/bin/env zsh |
2 | set -eu | 2 | set -eu |
3 | 3 | ||
4 | export TZ=UTC | ||
5 | |||
4 | keyFile=${2%"-cert.pub"}.pub | 6 | keyFile=${2%"-cert.pub"}.pub |
5 | principalsFile=${keyFile:h}/host-principals | 7 | principalsFile=${keyFile:h}/host-principals |
6 | gup -u ${keyFile} ${principalsFile} | 8 | gup -u ${keyFile} ${principalsFile} |