Cleaning up to fit AniNIX/Uniglot hooks; catching up with testing
This commit is contained in:
@@ -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">
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user