Make cert into CA since needed for android
This commit is contained in:
parent
dae913317e
commit
51962ffc17
1 changed files with 4 additions and 2 deletions
|
@ -12,8 +12,10 @@ localityName = Karachi
|
|||
commonName = 272254864.xyz
|
||||
|
||||
[v3_req]
|
||||
basicConstraints = CA:FALSE
|
||||
keyUsage = nonRepudiation, digitalSignature, keyEncipherment
|
||||
basicConstraints = CA:true
|
||||
subjectKeyIdentifier = hash
|
||||
keyUsage = digitalSignature, keyEncipherment
|
||||
extendedKeyUsage = serverAuth, clientAuth
|
||||
subjectAltName = @alt_names
|
||||
|
||||
[alt_names]
|
||||
|
|
Loading…
Reference in a new issue