This is an automated email from the ASF dual-hosted git repository.

rrm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new e92a117  Remove quotes from records.config documentation examples
e92a117 is described below

commit e92a11774c60992130fc044f6d047c9ab0bf80ce
Author: Randall Meyer <randallme...@yahoo.com>
AuthorDate: Thu Mar 28 15:59:56 2019 +0100

    Remove quotes from records.config documentation examples
    
    Quotes are not needed for these values
    
    This is a follow up to 405ce9f5791746a5b91e90db3d7649aa8ba2b2e5
---
 doc/admin-guide/files/records.config.en.rst |  2 +-
 doc/admin-guide/monitoring/alarms.en.rst    |  2 +-
 doc/admin-guide/security/index.en.rst       | 14 +++++++-------
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/doc/admin-guide/files/records.config.en.rst 
b/doc/admin-guide/files/records.config.en.rst
index d87e842..44aedd5 100644
--- a/doc/admin-guide/files/records.config.en.rst
+++ b/doc/admin-guide/files/records.config.en.rst
@@ -2712,7 +2712,7 @@ HostDB
 
     Set the interval (in seconds) in which to re-query DNS regardless of TTL 
status.
 
-.. ts:cv:: CONFIG proxy.config.hostdb.filename STRING "host.db"
+.. ts:cv:: CONFIG proxy.config.hostdb.filename STRING host.db
 
    The filename to persist hostdb to on disk.
 
diff --git a/doc/admin-guide/monitoring/alarms.en.rst 
b/doc/admin-guide/monitoring/alarms.en.rst
index 0749f35..c4a23cc 100644
--- a/doc/admin-guide/monitoring/alarms.en.rst
+++ b/doc/admin-guide/monitoring/alarms.en.rst
@@ -35,7 +35,7 @@ occurs, follow the steps below:
 #. Set :ts:cv:`proxy.config.alarm_email` in :file:`records.config` to the email
    address you want to receive alarm notifications. ::
 
-        CONFIG proxy.config.alarm_email STRING "ale...@example.com"
+        CONFIG proxy.config.alarm_email STRING ale...@example.com
 
 #. Run the command :option:`traffic_ctl config reload` to apply the 
configuration changes.
 
diff --git a/doc/admin-guide/security/index.en.rst 
b/doc/admin-guide/security/index.en.rst
index 29d9da1..37ed096 100644
--- a/doc/admin-guide/security/index.en.rst
+++ b/doc/admin-guide/security/index.en.rst
@@ -146,7 +146,7 @@ Client/Traffic Server connections, you must do the 
following:
    The list of acceptable CA signers is configured with
    :ts:cv:`proxy.config.ssl.CA.cert.path` in :file:`records.config`. ::
 
-        CONFIG proxy.config.ssl.CA.cert.path STRING 
"/opt/CA/certs/private-ca.pem"
+        CONFIG proxy.config.ssl.CA.cert.path STRING 
/opt/CA/certs/private-ca.pem
 
 #. Run the command :option:`traffic_ctl server restart` to restart Traffic 
Server.
 
@@ -208,16 +208,16 @@ and origin server connections, you must do the following:
    :file:`records.config` in the setting 
:ts:cv:`proxy.config.ssl.client.cert.path`
    and :ts:cv:`proxy.config.ssl.client.cert.filename`. ::
 
-        CONFIG proxy.config.ssl.client.cert.path STRING 
"/opt/ts/etc/ssl/certs/"
-        CONFIG proxy.config.ssl.client.cert.filename STRING "client.pem"
+        CONFIG proxy.config.ssl.client.cert.path STRING /opt/ts/etc/ssl/certs/
+        CONFIG proxy.config.ssl.client.cert.filename STRING client.pem
 
    You must also provide the paths to the private key for this certificate,
    unless the key is contained within the same file as the certificate, using
    :ts:cv:`proxy.config.ssl.client.private_key.path` and
    :ts:cv:`proxy.config.ssl.client.private_key.filename`. ::
 
-        CONFIG proxy.config.ssl.client.private_key.path STRING 
"/opt/ts/etc/ssl/keys/"
-        CONFIG proxy.config.ssl.client.private_key.filename STRING "client.pem"
+        CONFIG proxy.config.ssl.client.private_key.path STRING 
/opt/ts/etc/ssl/keys/
+        CONFIG proxy.config.ssl.client.private_key.filename STRING client.pem
 
 #. Enable or disable, per your security policy, server SSL certificate
    verification using :ts:cv:`proxy.config.ssl.client.verify.server.policy` in
@@ -230,8 +230,8 @@ and origin server connections, you must do the following:
    :ts:cv:`proxy.config.ssl.client.CA.cert.path` and
    :ts:cv:`proxy.config.ssl.client.CA.cert.filename`. ::
 
-        CONFIG proxy.config.ssl.client.CA.cert.path STRING 
"/opt/ts/etc/ssl/certs/"
-        CONFIG proxy.config.ssl.client.CA.cert.filename STRING "CAs.pem"
+        CONFIG proxy.config.ssl.client.CA.cert.path STRING 
/opt/ts/etc/ssl/certs/
+        CONFIG proxy.config.ssl.client.CA.cert.filename STRING CAs.pem
 
 #. Run the command :option:`traffic_ctl server restart` to restart Traffic 
Server.
 

Reply via email to