certs/localhost.cnf: Make localhost.crt self-signed (thanks jonas)
authorKim Alvefur <zash@zash.se>
Thu, 13 Oct 2016 16:30:57 +0200
changeset 7695 90ddd53cbe08
parent 7692 97c013e8f002
child 7696 93c041d5bb0b
child 7698 56ce32cfd6d9
certs/localhost.cnf: Make localhost.crt self-signed (thanks jonas)
certs/localhost.cnf
--- a/certs/localhost.cnf	Sat Oct 08 21:06:43 2016 +0200
+++ b/certs/localhost.cnf	Thu Oct 13 16:30:57 2016 +0200
@@ -1,7 +1,5 @@
 [v3_extensions]
-extendedKeyUsage = serverAuth,clientAuth
-keyUsage = digitalSignature,keyEncipherment
-basicConstraints = CA:FALSE
+basicConstraints = CA:TRUE
 subjectAltName = @subject_alternative_name
 
 [subject_alternative_name]