# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1476369057 -7200
# Node ID 90ddd53cbe087e5b6cfe552e451be9117594e464
# Parent  97c013e8f002f4fecb8e1a67fc2020381f250ccc
certs/localhost.cnf: Make localhost.crt self-signed (thanks jonas)

diff -r 97c013e8f002 -r 90ddd53cbe08 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]