Re: Generating X509 Version 2 certificate

2020-07-10 Thread Viktor Dukhovni
On Fri, Jul 10, 2020 at 05:46:44PM +0530, Varun Rapelly wrote: > I would like to create a self signed certificate with X509 version 2. Why exactly "version 2". Are you per chance confused by the wire encoding of X509 versions? X.509 version 1 <-> 0 in certificate version field /* original

Generating X509 Version 2 certificate

2020-07-10 Thread Varun Rapelly
Hi, I would like to create a self signed certificate with X509 version 2. I know that we need to configure "Issuer and subject unique identifiers" for X509 v2 format certificate, but not able to find the configuration required (in openssl.conf) to enable it. Please let me know how to enable the