OpenVPN / easy-rsa

easy-rsa - Simple shell based CA utility
Other
4k stars 1.19k forks source link

ERROR: adding extensions in section default #25

Closed wingfire closed 9 years ago

wingfire commented 10 years ago

I get the following error by using --subject-alt-name

./easyrsa --subject-alt-name="DNS:test.example.com" build-server-full www.example.com nopass

Note: using Easy-RSA configuration from: ./vars
Generating a 4096 bit RSA private key
................................................................................................................................................................................................................................................................................................................................................................................++
........................................................................................................................................................................++
writing new private key to '/root/easy-rsa/easyrsa3/pki/private/www.example.com.key'
-----
Using configuration from /root/easy-rsa/easyrsa3/openssl-1.0.cnf
Check that the request matches the signature
Signature ok
The Subject's Distinguished Name is as follows
commonName            :PRINTABLE:'www.example.com'
ERROR: adding extensions in section default
140222199342760:error:22097082:X509 V3 routines:DO_EXT_NCONF:unknown extension name:v3_conf.c:124:
140222199342760:error:22098080:X509 V3 routines:X509V3_EXT_nconf:error in extension:v3_conf.c:93:name=req_extensions, value=req_extra

Easy-RSA error:

signing failed (openssl output above may have more detail)
QueuingKoala commented 9 years ago

Fixed in bc58657

antoineco commented 9 years ago

Any plan to release a version which includes this fix?

devurandom commented 9 years ago

Same issue here when using 3.0.0_rc2.

ecrist commented 9 years ago

Hey folks,

I'm working on pushing is some bug fixes and aiming for a release of 3.0 before end of August. Sorry for the delay.

Eric Crist

On Aug 12, 2015, at 1:06 PM, Dennis Schridde notifications@github.com wrote:

Same issue here when using 3.0.0_rc2.

— Reply to this email directly or view it on GitHub.

devurandom commented 9 years ago

Thanks!