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
|
commonName = 272254864.xyz
|
||||||
|
|
||||||
[v3_req]
|
[v3_req]
|
||||||
basicConstraints = CA:FALSE
|
basicConstraints = CA:true
|
||||||
keyUsage = nonRepudiation, digitalSignature, keyEncipherment
|
subjectKeyIdentifier = hash
|
||||||
|
keyUsage = digitalSignature, keyEncipherment
|
||||||
|
extendedKeyUsage = serverAuth, clientAuth
|
||||||
subjectAltName = @alt_names
|
subjectAltName = @alt_names
|
||||||
|
|
||||||
[alt_names]
|
[alt_names]
|
||||||
|
|
Loading…
Reference in a new issue