Changeset

7692:90ddd53cbe08

certs/localhost.cnf: Make localhost.crt self-signed (thanks jonas)
author Kim Alvefur <zash@zash.se>
date Thu, 13 Oct 2016 16:30:57 +0200
parents 7689:97c013e8f002
children 7693:93c041d5bb0b 7695:56ce32cfd6d9
files certs/localhost.cnf
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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]