sk wrote:
>
> hi
>
> I want to set certificate request version 3.
> I wrote code as below
> CA sign cert req but, certificate version number is 1.
>
The request version is not copied to the certificate version. The signed
certificate version of the 'openssl ca' and 'x509' utilities is normally
hi
I want to set certificate request version 3.
I wrote code as below
CA sign cert req but, certificate version number is 1.
send to me info.
thanx in advance
X509_REQ *req;
X509_NAME *subj;
if ((req = X509_REQ_new()) == NULL) {
return NULL;
}
if (!X509_REQ_set_vers