Certificates
Certificates
>
HOWTO certificates
1. Introduction
How you handle certificates depends a great deal on what your role is.
Your role can be one or several of:
This file is for users who wish to get a certificate of their own.
Certificate authorities should read https://www.openssl.org/docs/apps/ca.html.
The private keys created by these commands are not passphrase protected;
it might or might not be the desirable thing. Further information on how to
create private keys can be found at https://www.openssl.org/docs/HOWTO/keys.txt.
The rest of this text assumes you have a private key in the file privkey.pem.
Section 5 will tell you more on how to handle the certificate you
received.
openssl req -new -x509 -key privkey.pem -out cacert.pem -days 1095
By now, you have your certificate and your private key and can start
using applications that depend on it.
--
Richard Levitte