I can create a CSR with the following:

$ openssl req -out ./test.csr -new -newkey rsa:2048 -nodes -keyout
./test.key -subj "/[email protected]/CN=John Does/C=US"

However, the custom subject causes the CSR to lack other fields, like
State, Locality and Organization.

Is there a way to create the custom Subject DN and include the other
fields, like like State, Locality and Organization.?

Thanks in advance.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [email protected]
Automated List Manager                           [email protected]

Reply via email to