Hi,

>  etc/openssl/extfiles/User_Encryption.ext
>
>  basicConstraint=CA:FALSE
>  keyUsage = keyEncipherment, dataEncipherment, keyAgreement

[...]

>  the result when I enter the password for signing in the CA

[...]

>  ERROR: adding extensions in section default
>  2488:error:2207C082:X509 V3 routines:DO_EXT_CONF:unknown extension
> name:v3_conf.c:123:
>  2488:error:2206B080:X509 V3 routines:X509V3_EXT_conf:error in
> extension:v3_conf.c:92:name=basicConstraint, value=CA:FALSE
>  error in ca
>  ).

this is an OpenSSL error message, your basicConstraint extension
is not set up properly.

Try:
basicConstraints = critical,CA:false
               ^

cheers

Martin



-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Openca-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to