aboutsummaryrefslogtreecommitdiffstats
path: root/certs
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2016-10-13 16:31:19 +0200
committerKim Alvefur <zash@zash.se>2016-10-13 16:31:19 +0200
commitc94b7bbfcffdd04cd2a88af38feb63b1dd99fe8b (patch)
tree43d1c95604a906942ff994298ae7ddbfeb522ef8 /certs
parentnet.server_epoll: Check that connection still exists after callback, fixes traceback when closed (diff)
parentcerts/localhost.cnf: Make localhost.crt self-signed (thanks jonas) (diff)
downloadprosody-c94b7bbfcffdd04cd2a88af38feb63b1dd99fe8b.tar.xz
prosody-c94b7bbfcffdd04cd2a88af38feb63b1dd99fe8b.zip
Merge 0.10->trunk
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 80a954a9e..61d59e729 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]