]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-3071 Small comment correction from Mitch, thx
authorMarc Olivier Chouinard <mochouinard@moctel.com>
Wed, 21 Dec 2011 18:52:30 +0000 (13:52 -0500)
committerMarc Olivier Chouinard <mochouinard@moctel.com>
Wed, 21 Dec 2011 18:52:30 +0000 (13:52 -0500)
conf/sip_profiles/internal.xml

index daec3643c518ae7acf541b7d3e4fb18bbe4f185b..b8390c7934a82b09a6582ebfdbc6e4c0c67701d3 100644 (file)
     <param name="tls-cert-dir" value="$${internal_ssl_dir}"/>
     <!-- Optionally set the passphrase password used by openSSL to encrypt/decrypt TLS private key files -->
     <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"/>
     <!-- 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 -->