Merge "[networking] Update a deprecated option"

This commit is contained in:
Jenkins 2017-03-02 09:15:55 +00:00 committed by Gerrit Code Review
commit 0df81ae86f

View File

@ -796,7 +796,7 @@ Once this is done, the user has to take the following steps and restart
reverse lookup (PTR) zones.
* ``insecure``: Disable SSL certificate validation. By default, certificates
are validated.
* ``ca_cert``: Path to a valid Certificate Authority (CA) certificate.
* ``cafile``: Path to a valid Certificate Authority (CA) certificate.
The following is an example:
@ -811,7 +811,7 @@ Once this is done, the user has to take the following steps and restart
allow_reverse_dns_lookup = True
ipv4_ptr_zone_prefix_size = 24
ipv6_ptr_zone_prefix_size = 116
ca_cert = /etc/ssl/certs/my_ca_cert
cafile = /etc/ssl/certs/my_ca_cert
Configuration of the externally accessible network for use case 1
-----------------------------------------------------------------