mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-31 02:33:44 +00:00
FS-3071 Small comment correction from Mitch, thx
This commit is contained in:
parent
f2cc611606
commit
de498aeffe
@ -186,7 +186,7 @@
|
|||||||
<param name="tls-cert-dir" value="$${internal_ssl_dir}"/>
|
<param name="tls-cert-dir" value="$${internal_ssl_dir}"/>
|
||||||
<!-- Optionally set the passphrase password used by openSSL to encrypt/decrypt TLS private key files -->
|
<!-- Optionally set the passphrase password used by openSSL to encrypt/decrypt TLS private key files -->
|
||||||
<param name="tls-passphrase" value=""/>
|
<param name="tls-passphrase" value=""/>
|
||||||
<!-- Don't verify the date on TLS certificates -->
|
<!-- Verify the date on TLS certificates -->
|
||||||
<param name="tls-verify-date" value="true"/>
|
<param name="tls-verify-date" value="true"/>
|
||||||
<!-- TLS verify policy, when registering/inviting gateways with other servers (outbound) or handling inbound registration/invite requests how should we verify their certificate -->
|
<!-- TLS verify policy, when registering/inviting gateways with other servers (outbound) or handling inbound registration/invite requests how should we verify their certificate -->
|
||||||
<!-- set to 'in' to only verify incoming connections, 'out' to only verify outgoing connections, 'all' to verify all connections, also 'in_subjects', 'out_subjects' and 'all_subjects' for subject validation. Multiple policies can be split with a '|' pipe -->
|
<!-- set to 'in' to only verify incoming connections, 'out' to only verify outgoing connections, 'all' to verify all connections, also 'in_subjects', 'out_subjects' and 'all_subjects' for subject validation. Multiple policies can be split with a '|' pipe -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user