Answer the question
In order to leave comments, you need to log in
How to get a self-written ssl certificate?
I remember a long time ago I generated a self-written ssl certificate using some site, now I can’t find it, can you tell me this kind of site where you can enter a domain and other information and get a self-written ssl certificate?
Answer the question
In order to leave comments, you need to log in
Use openssl and life will be easier:
openssl req -x509 -newkey rsa:2048 -keyout privkey.pem -out cert.pem -days 1095 -nodes
privkey.pem - private key
cert.pem - certificate
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question