I can create a CSR with the following:

$ openssl req -out ./test.csr -new -newkey rsa:2048 -nodes -keyout
./test.key -subj "/emailAddress=j...@example.com/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                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to