ari.lt/page/canary/sign.sh
Ari Archer 6c4505889d make the canary lifetime 3 months
Signed-off-by: Ari Archer <ari@ari.lt>
2024-05-16 15:15:32 +03:00

10 lines
123 B
Bash
Executable file

#!/usr/bin/env sh
set -eu
main() {
gpg --detach-sign --armor index.html
gpg --verify index.html.asc
}
main "$@"