summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2021-04-14 18:58:17 +0100
committerSadie Powell <sadie@witchery.services>2021-04-14 18:58:17 +0100
commit0960d5e9e37075e44223c627c93a2e1b41ce8f35 (patch)
treef2c3e925bfb143152d493cfd0f0e949ecf57c01c /tools
parentb00cf4ca15d992623720b24a9c2487d41be8d6cb (diff)
Update references to config fields which were renamed.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/testssl16
1 files changed, 8 insertions, 8 deletions
diff --git a/tools/testssl b/tools/testssl
index 52a152144..1c80ec0eb 100755
--- a/tools/testssl
+++ b/tools/testssl
@@ -105,14 +105,14 @@ It appears that the server endpoint is using plaintext! Make sure that:
- ssl_mbedtls
* If you have specified one or more <sslprofile> tags then the value of
- <bind:ssl> is the same as an <sslprofile:name> field. Otherwise, it should
- be set to "gnutls" for the ssl_gnutls module, "openssl" for the ssl_openssl
- module, or "mbedtls" for the ssl_mbedtls module.
-
- * If you have specified the name of an <sslprofile> in <bind:ssl> then the
- value of <sslprofile:provider> is set to "gnutls" if using the ssl_gnutls
- module, "openssl" if using the ssl_openssl module, or "mbedtls" if using
- the ssl_mbedtls module.
+ <bind:sslprofile> is the same as an <sslprofile:name> field. Otherwise, it
+ should be set to "gnutls" for the ssl_gnutls module, "openssl" for the
+ ssl_openssl module, or "mbedtls" for the ssl_mbedtls module.
+
+ * If you have specified the name of an <sslprofile> in <bind:sslprofile> then
+ the value of <sslprofile:provider> is set to "gnutls" if using the
+ ssl_gnutls module, "openssl" if using the ssl_openssl module, or "mbedtls"
+ if using the ssl_mbedtls module.
* If you have your SSL configuration in a file other than inspircd.conf then
that file is included by inspircd.conf.