RE: Adding Application Attributes to X509 Certificates?

2002-04-11 Thread Ikbal, Javed
If I understand you correctly, subjectAltName would serve you fine. There are enough fields there to add stuff. For example, you can just use email:[EMAIL PROTECTED] It will not be a real e-mail address, but it will have the information you need. You need to have this in openssl.cnf to to the C

help: creatingx.509 certs with v3 extensions

2002-03-17 Thread Ikbal, Javed
What I want to do: Create a cert with certain strings in the subjectAltName extension What I have tried: 1. in openssl.cnf, added this line: [ v3_ca ] subjectAltName = test Extension string and ran openssl req -reqexts = v3_ca -newreq ... then after combining this with the private key