From b25c9172b7ec570a156fe654e6dc0b747c56923a Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Thu, 13 Oct 2016 16:30:57 +0200 Subject: certs/localhost.cnf: Make localhost.crt self-signed (thanks jonas) --- certs/localhost.cnf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/certs/localhost.cnf b/certs/localhost.cnf index 41548534..a7dc6cfe 100644 --- a/certs/localhost.cnf +++ b/certs/localhost.cnf @@ -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] -- cgit v1.2.3