T
T
therealvetalhidden2015-02-04 17:59:54
Digital certificates
therealvetalhidden, 2015-02-04 17:59:54

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

3 answer(s)
N
Nikolai Korabelnikov, 2015-02-05
@therealvetalhidden

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

B
Boris Benkovsky, 2015-02-04
@benbor

Type in Google How to create a self-signed Certificate

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question