Cleaning up to fit AniNIX/Uniglot hooks; catching up with testing

This commit is contained in:
2023-02-20 16:50:10 -06:00
parent a2fecf9d64
commit d92ab6acda
39 changed files with 310 additions and 39 deletions

View File

@@ -56,7 +56,7 @@
<bind
address=""
port="6697"
ssl="openssl"
sslprofile="clients"
type="clients">
<bind address="" port="6667" type="clients">
@@ -66,7 +66,7 @@
<openssl onrehash="yes">
<sslprofile
name="Clients"
name="clients"
provider="openssl"
cafile="/etc/letsencrypt/live/{{ ssl['identity'] }}/fullchain.pem"
certfile="/etc/letsencrypt/live/{{ ssl['identity'] }}/cert.pem"
@@ -75,10 +75,11 @@
hash="sha256"
renegotiation="no"
requestclientcert="no"
sslv3="false"
sslv3="no"
tlsv1="no"
tlsv11="no"
tlsv12="yes">
tlsv12="yes"
tlsv13="yes">