Skip to content

Commit 32ccb2d

Browse files
committed
Switch to IRC libera.chat #easytls
Signed-off-by: Richard T Bonhomme <[email protected]>
1 parent d79576f commit 32ccb2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For full support, you will also need these scripts for use by your OpenVPN Serve
3535

3636
## Support
3737
Please use the issues section here on github. <br>
38-
For live support you can use IRC channel: **Freenode/#easytls**<br>
38+
For live support you can use IRC channel: **libera.chat/#easytls**<br>
3939
Wiki: https://github.com/TinCanTech/easy-tls/wiki<br>
4040
Howto: https://github.com/TinCanTech/easy-tls/blob/master/EasyTLS-Howto-ii.md<br>
4141

easytls-verify.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ then
598598
failure_msg="TLS-key is being used by the wrong client certificate"
599599
fail_and_exit "TLSKEY_X509_SERIAL-OVPN_X509_SERIAL-MISMATCH*1" 6
600600
}
601-
update_status "Ignored tlskey X509 mismatch!"
601+
update_status "Ignored tlskey X509 mismatch!*1"
602602
# Move generic file in place of the non-existant client_ext_md_file
603603
"${EASYTLS_MV}" "${g_x509_serial_md_file}" "${client_ext_md_file}"
604604
update_status "client_ext_md_file READY(generic)"
@@ -634,7 +634,7 @@ then
634634
failure_msg="TLS-key is being used by the wrong client certificate"
635635
fail_and_exit "TLSKEY_X509_SERIAL-OVPN_X509_SERIAL-MISMATCH*2" 6
636636
}
637-
update_status "Ignored tlskey X509 mismatch!"
637+
update_status "Ignored tlskey X509 mismatch!*2"
638638
fi
639639
fi
640640

0 commit comments

Comments
 (0)