diff options
author | Kim Alvefur <zash@zash.se> | 2016-10-13 16:30:57 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2016-10-13 16:30:57 +0200 |
commit | b25c9172b7ec570a156fe654e6dc0b747c56923a (patch) | |
tree | 0d23510f08714fccf8f677d6fbe09e69e4d0951e | |
parent | 3dd1ce8680d7831d2934013850067c5141069adb (diff) | |
download | prosody-b25c9172b7ec570a156fe654e6dc0b747c56923a.tar.gz prosody-b25c9172b7ec570a156fe654e6dc0b747c56923a.zip |
certs/localhost.cnf: Make localhost.crt self-signed (thanks jonas)
-rw-r--r-- | certs/localhost.cnf | 4 |
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] |