Skip to content

Commit

Permalink
Switch to IRC libera.chat #easytls
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Jun 15, 2021
1 parent d79576f commit 32ccb2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. <br>
For live support you can use IRC channel: **Freenode/#easytls**<br>
For live support you can use IRC channel: **libera.chat/#easytls**<br>
Wiki: https://github.com/TinCanTech/easy-tls/wiki<br>
Howto: https://github.com/TinCanTech/easy-tls/blob/master/EasyTLS-Howto-ii.md<br>

Expand Down
4 changes: 2 additions & 2 deletions easytls-verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 32ccb2d

Please sign in to comment.