Make a SSL Certificate
April 24, 2007 on 1:39 pm | In Linux Admin |
Step 1 make a temporary key file, which includes a passphrase.
openssl genrsa -des3 -out temp.key 1024
Step 2 remove the passphrase from the key file
openssl rsa -in temp.key -out www.domainname.com.key
Step 3
a) make CSR file,then to buy a certificate
openssl req -new -key www.domainname.com.key -out www.domainname.com.csr
or
b) generate CRT file directly
openssl req -new -key www.domainname.com..key -x509 -out www.domainname.com.crt -days 999
No Comments yet »
RSS feed for comments on this post. TrackBack URI
Leave a comment
Powered by WordPress with Pool theme design by Borja Fernandez.
Entries and comments feeds.
Valid XHTML and CSS. ^Top^