Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Client cert generation doubt

Status
Not open for further replies.

acastanheira2001

Programmer
Sep 4, 2009
2
BR
Hi,

I need to generate client certs and include some information on them. How to do it?

I inserted the following line in the [ req_attributes ] section of my /etc/ssl/openssl.cnf, just after the unstructuredName tag

cpfNumber = CPF Number


But when I generate the client request:

openssl req -new -key privatekey_cl.pem -out subscription_cl.pem

The field cpfNumber doesn´t show up.

Any ideas?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top