aboutsummaryrefslogtreecommitdiffstats
path: root/certs
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2016-10-13 16:30:57 +0200
committerKim Alvefur <zash@zash.se>2016-10-13 16:30:57 +0200
commit63e5033c12dc386b2693b41fcefc65b212119ec8 (patch)
tree0d23510f08714fccf8f677d6fbe09e69e4d0951e /certs
parent992f00f3781dd4b34aa177376cdd8a459d3020b4 (diff)
downloadprosody-63e5033c12dc386b2693b41fcefc65b212119ec8.tar.gz
prosody-63e5033c12dc386b2693b41fcefc65b212119ec8.zip
certs/localhost.cnf: Make localhost.crt self-signed (thanks jonas)
Diffstat (limited to 'certs')
-rw-r--r--certs/localhost.cnf4
1 files changed, 1 insertions, 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]