mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-06-14 20:10:33 -04:00
Added note about alternative version of easy-rsa
that supports subjectAltName for multi-domain web certificates. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2632 e7ae566f-a301-0410-adde-c780ea21d3b5
This commit is contained in:
parent
65433d74ad
commit
eba4632dc1
1 changed files with 9 additions and 1 deletions
|
|
@ -2,7 +2,9 @@ EASY-RSA Version 2.0-rc1
|
|||
|
||||
This is a small RSA key management package, based on the openssl
|
||||
command line tool, that can be found in the easy-rsa subdirectory
|
||||
of the OpenVPN distribution.
|
||||
of the OpenVPN distribution. While this tool is primary concerned
|
||||
with key management for the SSL VPN application space, it can also
|
||||
be used for building web certificates.
|
||||
|
||||
These are reference notes. For step-by-step instructions, see the
|
||||
HOWTO:
|
||||
|
|
@ -63,6 +65,12 @@ Release Notes for easy-rsa-2.0
|
|||
|
||||
* PKCS#11 support was added.
|
||||
|
||||
* For those interested in using this tool to generate web certificates,
|
||||
A variant of the easy-rsa package that allows the creation of multi-domain
|
||||
certificates with subjectAltName can be obtained from here:
|
||||
|
||||
http://www.bisente.com/proyectos/easy-rsa-subjectaltname/
|
||||
|
||||
INSTALL easy-rsa
|
||||
|
||||
1. Edit vars.
|
||||
|
|
|
|||
Loading…
Reference in a new issue