Difference between revisions of "Openssl remove / change private key password"
From thelinuxwiki
(Pushed from Themanclub.) |
(→dsa key) |
||
| Line 1: | Line 1: | ||
| − | == dsa key == | + | == ssh dsa key == |
openssl dsa -in id_dsa -out id_dsa_npw | openssl dsa -in id_dsa -out id_dsa_npw | ||
| + | |||
| + | |||
| + | == 0penvpn - change private key password == | ||
| + | |||
| + | openssl rsa -des3 -in /etc/openvpn/client.key -out /etc/openvpn/client-new.key | ||
[[category:linux]] | [[category:linux]] | ||
Revision as of 16:52, 28 May 2013
ssh dsa key
openssl dsa -in id_dsa -out id_dsa_npw
0penvpn - change private key password
openssl rsa -des3 -in /etc/openvpn/client.key -out /etc/openvpn/client-new.key