diff options
author | Sadie Powell <sadie@witchery.services> | 2021-03-10 03:30:50 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-03-10 04:21:04 +0000 |
commit | 085777cf272cd74e44abec70c0a87003429e2fd3 (patch) | |
tree | 2dcc93c9a0f17938788dc5726fe47121bc1851f4 /docs/conf | |
parent | 80e81e3b81b779901fd9d67f8ae030ee30c0bcec (diff) |
Rename `<link:ssl>` to `<link:sslprofile>`.
Diffstat (limited to 'docs/conf')
-rw-r--r-- | docs/conf/links.conf.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf/links.conf.example b/docs/conf/links.conf.example index 3b25e86f4..7ced7170e 100644 --- a/docs/conf/links.conf.example +++ b/docs/conf/links.conf.example @@ -56,7 +56,7 @@ # failover (see above). timeout="5m" - # ssl: If defined, this states the TLS (SSL) profile that will be used + # sslprofile: If defined, this states the TLS (SSL) profile that will be used # when making an outbound connection to the server. See the docs page for # the TLS (SSL) module you are using for more details: # @@ -67,7 +67,7 @@ # You will need to load the ssl_openssl module for OpenSSL, ssl_gnutls # for GnuTLS and ssl_mbedtls for mbedTLS. The server port that you # connect to must be capable of accepting this type of connection. - ssl="Servers" + sslprofile="Servers" # fingerprint: If defined, this option will force servers to be # authenticated using TLS (SSL) certificate fingerprints. See |