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
commitb25c9172b7ec570a156fe654e6dc0b747c56923a (patch)
tree0d23510f08714fccf8f677d6fbe09e69e4d0951e /certs
parent3dd1ce8680d7831d2934013850067c5141069adb (diff)
downloadprosody-b25c9172b7ec570a156fe654e6dc0b747c56923a.tar.gz
prosody-b25c9172b7ec570a156fe654e6dc0b747c56923a.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]