Differences between revisions 2 and 3
Revision 2 as of 2017-08-02 23:02:29
Size: 184
Editor: PieterSmit
Comment:
Revision 3 as of 2017-08-02 23:10:41
Size: 495
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
 * Note {{{ As you create certificates, keys, and
   certificate signing requests, understand that
   only .key files should be kept confidential.
   .crt and .csr files can be sent over insecure
   channels such as plaintext email. }}}
Line 7: Line 12:
 * Steps
   {{{
~$ make-cadir rsaOpenVpn
~$ cd rsaOpenVpn

}}}

OpenSSL easy-rsa ca and cert creation

  • Links: Linux/OpenSSL , security/ssl

  • 201707 install with  sudo apt install easy-rsa 

  • Note {{{ As you create certificates, keys, and
    • certificate signing requests, understand that only .key files should be kept confidential.
    • crt and .csr files can be sent over insecure channels such as plaintext email. }}}
  • Steps
    • ~$ make-cadir rsaOpenVpn
      ~$ cd rsaOpenVpn

...

easy-rsa (last edited 2017-08-04 20:09:23 by PieterSmit)