Difference between revisions of "Openssl remove / change private key password"
From thelinuxwiki
				
								
				
				
																
				
				
								
				 (Pushed from Themanclub.)  | 
			|||
| (One intermediate revision by one user not shown) | |||
| 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]]  | ||
Latest 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