Self Signed SSL Certificate for Websites.
To generate self signed ssl certificate for website tomcatsupport.blogspot.com follow the below step.
openssl genrsa -des3 -out tomcatsupport.blogspot.com.com.key 1024
openssl req -new -key tomcatsupport.blogspot.com.key -out tomcatsupport.blogspot.com.csr
openssl x509 -req -days 365 -in tomcatsupport.blogspot.com.csr -signkey tomcatsupport.blogspot.com.key -out tomcatsupport.blogspot.com.crt
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home