diff options
Diffstat (limited to 'system-profiles/openssh/ca/krl.bin.gup')
-rwxr-xr-x | system-profiles/openssh/ca/krl.bin.gup | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system-profiles/openssh/ca/krl.bin.gup b/system-profiles/openssh/ca/krl.bin.gup new file mode 100755 index 00000000..30f3b9ba --- /dev/null +++ b/system-profiles/openssh/ca/krl.bin.gup | |||
@@ -0,0 +1,6 @@ | |||
1 | #!/usr/bin/env zsh | ||
2 | set -eu | ||
3 | |||
4 | gup -u krl.contents | ||
5 | |||
6 | xargs -0 -- ssh-keygen -h -Us ca.pub -k -z $(tai64dec) -f $1 <krl.contents \ No newline at end of file | ||