
We all generate self-signed SSL certificate for development and local usage. Here is one liner command to quickly generate self signed SSL with key.
How to generate Self-Signed SSL certification with online command!
1 |
openssl req -new -newkey rsa:2048 -days 3650 -nodes -x509 -subj "/C=NA/ST=NA/L=NA/O=NA/CN=localhost" -keyout cert.key -out cert.crt |
Comment Policy:
Your words are your own, so be nice and helpful if you can. Please, only use your real name, not your business name or keywords. Using business name or keywords instead of your real name will lead to the comment being deleted. Anonymous commenting is not allowed either. Limit the amount of links submitted in your comment. We accept clean XHTML in comments, but don't overdo it please.