Typo: v3 is represented by 2.
This commit is contained in:
parent
ffd418f217
commit
5aa3429c5d
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ int mkcert(X509 **x509p, EVP_PKEY **pkeyp, int bits, int serial, int days)
|
|||
}
|
||||
rsa=NULL;
|
||||
|
||||
X509_set_version(x,3);
|
||||
X509_set_version(x,2);
|
||||
ASN1_INTEGER_set(X509_get_serialNumber(x),serial);
|
||||
X509_gmtime_adj(X509_get_notBefore(x),0);
|
||||
X509_gmtime_adj(X509_get_notAfter(x),(long)60*60*24*days);
|
||||
|
|
Loading…
Reference in a new issue