note dhparam creation

This commit is contained in:
toddouska 2012-02-08 12:18:56 -08:00
parent 9b5ab7c914
commit f0bec7dd02
1 changed files with 8 additions and 0 deletions

View File

@ -89,6 +89,14 @@ to use PKCS#12 instead use -v1 witch a 12 algo like
openssl pkcs8 -nocrypt -in server-keyPkcs8.pem -out server-key.pem
*** DH paramters ***
openssl dhparam 2048 > dh2048.param
to add metadata
openssl dhparam -in dh2048.param -text > dh2048.pem
**** ECC ******
1) make a key