Hello

 

Using the last version of openSSL, I am trying to create a certificate request, but have some issues on the syntax of the configuration file for the req command.

My organization has a tree of OU (between the O and the CN)

 

Do you know how I may create such a request?

Below is the conf file I am using:

 

[ req ]

default_bits = 2048

default_keyfile = mypkeySSLsubCA.key

distinguished_name = req_distinguished_name

x509_extensions = v3_ca

prompt = no

[ req_distinguished_name ]

C=UK

O=United Kingdom - DDDDDDD

OU=ZZZZ VVVV PKI - United Kingdom

OU=XXXX YYYY PKI Internal - United Kingdom

CN= SSL subCA to AD

[ req_attributes ]

challengePassword = ZZZZZZZZZZZZ

[ v3_ca ]

subjectKeyIdentifier=hash

authorityKeyIdentifier=keyid:always,issuer:always

basicConstraints = CA:true

 

 

Thanks in advance for your help

 

Best Regards

 

Francois Barret

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to