Hi,

I have a question about defining arbitrary extensions.
I want to generate certificates with a new extension, so 
I defined something like

[ OIDs ]

        kurz    = 1.3.6.1.4.1.11009


but it doesn't work as expected:

- If I have an entry like

         kurz   = "kurz"
 
  in an distinguished_name section,

  openssl req asks for that entry and puts it in 
  the name field.

  But when dumping the cert with openssl x509 ...-text
  it shows always the oid instead of a short name.

  How can I teach "openssl x509" to show the short name 
  instead of the oid?



- Putting a line in an extension section, this always
  results in an error message.

  How can I have a new extension included in the certificate?


regards
Hadmut


  
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to