Make cert into CA since needed for android

This commit is contained in:
Muaz Ahmad 2024-05-13 12:14:48 +05:00
parent dae913317e
commit 51962ffc17

View file

@ -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]