]> jfr.im git - irc/inspircd/inspircd-testnet.git/commitdiff
Update the SSL profiles for recent git changes.
authorSadie Powell <redacted>
Mon, 24 Jan 2022 21:45:38 +0000 (21:45 +0000)
committerSadie Powell <redacted>
Mon, 24 Jan 2022 21:46:01 +0000 (21:46 +0000)
servers/sadie.conf

index 30cf73ef63ef5891e8a79e54f04d9fb8c4ea421b..5ed37de1244f7a680bd55648ed6300c0314cbabc 100644 (file)
@@ -33,7 +33,6 @@
 <sslprofile name="normal"
             provider="gnutls"
             certfile="ephemeral/cert.pem"
-            dhfile="ephemeral/dhparams.pem"
             keyfile="ephemeral/key.pem"
             hash="sha256"
             mindhbits="2048"
@@ -43,7 +42,6 @@
 <sslprofile name="websockets"
             provider="gnutls"
             certfile="ephemeral/cert.pem"
-            dhfile="ephemeral/dhparams.pem"
             keyfile="ephemeral/key.pem"
             hash="sha256"
             mindhbits="2048"