]> WPIA git - gigi.git/blob - doc/exoticKeys.sh
upd: move logout button to toplevel
[gigi.git] / doc / exoticKeys.sh
1 #!/bin/bash
2 openssl ecparam -out ec.pem -name secp521r1 -genkey
3 openssl req -new -key ec.pem -out ec.csr -subj "/CN=bla"
4
5 openssl dsaparam -genkey 1024 -out dsa.pem
6 openssl req -new -key dsa.pem -out dsa.csr -subj "/CN=bla"
7