fst – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 #!/bin/sh
2  
3 openssl req -new -sha256 -key fst-key.pem -out fst-csr.pem
4 openssl x509 -req -in fst-csr.pem -signkey fst-key.pem -out fst-cert.pem
5 openssl pkcs12 -export -in fst-cert.pem -inkey fst-key.pem \
6 -certfile ca-cert.pem -out fst.pfx