#signify #gopher #openbsd
I signed my last phlog phost. In order to verify it with signify, here is what I did:
lynx -dump --dont-wrap-pre gopher://tilde.institute/0/%7escrewtape/0-signify-st.pub > st.pub
printf "/~screwtape/216164658-dependencies-generally-and-common-lisp.txt.sig\r\n" | nc tilde.institute 70 > msg.txt.sig
tr -d '\r' < msg.txt.sig > clean.txt.sig
# finally
signify -V -e -p st.pub -m clean.txt
> Signature verified
lynx strips trailing spaces and \rs ; gophernicus inserts \rs