1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-12 17:14:46 +02:00

Mass rename of "ssl" to "tls" everywhere. Including conf/ssl to

conf/tls. If you are upgrading then conf/ssl will be renamed to
conf/tls and a symlink will be added (so certbot etc won't fail).
This is part 1...
This commit is contained in:
Bram Matthys
2019-08-12 14:26:31 +02:00
parent 86844c3c2b
commit 09cf485d6c
24 changed files with 334 additions and 324 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ __EOF__
echo ""
echo "Thanks!"
elif [ "$1" = "spki" -o "$1" = "spkifp" ] ; then
CERT="@CONFDIR@/ssl/server.cert.pem"
CERT="@CONFDIR@/tls/server.cert.pem"
if [ "$2" != "" ]; then
CERT="$2"
fi