diff --git a/.github/README.md b/.github/README.md
index 6e32621..a4c1f0f 100644
--- a/.github/README.md
+++ b/.github/README.md
@@ -35,7 +35,7 @@ For full support, you will also need these scripts for use by your OpenVPN Serve
## Support
Please use the issues section here on github.
-For live support you can use IRC channel: **Freenode/#easytls**
+For live support you can use IRC channel: **libera.chat/#easytls**
Wiki: https://github.com/TinCanTech/easy-tls/wiki
Howto: https://github.com/TinCanTech/easy-tls/blob/master/EasyTLS-Howto-ii.md
diff --git a/easytls-verify.sh b/easytls-verify.sh
index 1a37ad4..c4919bb 100755
--- a/easytls-verify.sh
+++ b/easytls-verify.sh
@@ -598,7 +598,7 @@ then
failure_msg="TLS-key is being used by the wrong client certificate"
fail_and_exit "TLSKEY_X509_SERIAL-OVPN_X509_SERIAL-MISMATCH*1" 6
}
- update_status "Ignored tlskey X509 mismatch!"
+ update_status "Ignored tlskey X509 mismatch!*1"
# Move generic file in place of the non-existant client_ext_md_file
"${EASYTLS_MV}" "${g_x509_serial_md_file}" "${client_ext_md_file}"
update_status "client_ext_md_file READY(generic)"
@@ -634,7 +634,7 @@ then
failure_msg="TLS-key is being used by the wrong client certificate"
fail_and_exit "TLSKEY_X509_SERIAL-OVPN_X509_SERIAL-MISMATCH*2" 6
}
- update_status "Ignored tlskey X509 mismatch!"
+ update_status "Ignored tlskey X509 mismatch!*2"
fi
fi