Template:Generating certificates and keys
Revision as of 11:34, 29 October 2020 by Dziugas (talk | contribs) (→Step 3: generating certificates and keys)
Step 3: generating certificates and keys
- Now we can start generating the certificates and keys. Begin with the certificate authority (CA) - the root certificate file that will be used to sign other certificates and keys:
./easyrsa build-ca nopass
./easyrsa build-server-full server nopass
./easyrsa build-client-full Client1 nopassNote: replace 'Client1' with this client's Common Name (CN).
./easyrsa gen-dh