diff options
Diffstat (limited to 'system-profiles/openssh/known-hosts/ca-resign-dir.gup')
-rw-r--r-- | system-profiles/openssh/known-hosts/ca-resign-dir.gup | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system-profiles/openssh/known-hosts/ca-resign-dir.gup b/system-profiles/openssh/known-hosts/ca-resign-dir.gup new file mode 100644 index 00000000..ca1d08fd --- /dev/null +++ b/system-profiles/openssh/known-hosts/ca-resign-dir.gup | |||
@@ -0,0 +1,6 @@ | |||
1 | #!/usr/bin/env zsh | ||
2 | set -eu | ||
3 | |||
4 | gup --always | ||
5 | gup -u ${2}/*-cert.pub | ||
6 | touch $2 \ No newline at end of file | ||