ValdikSS / easy-rsa-ipsec

easy-rsa v3 fork which generates keys suitable for both OpenVPN and IPsec
Other
97 stars 26 forks source link

Don't modify $EASYRSA_EXTRA_EXTS in gen_req() #1

Closed ValdikSS closed 10 years ago

ValdikSS commented 10 years ago

$EASYRSA_EXTRA_EXTS shouldn't be modified when creating certificate request, otherwise subsequent call to sign_req() will fail. This caused build-full-{client,server} to fail when --subject-alt-name is supplied.

Fixes issue #25.