You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2018/08/09 22:43:57 UTC

[trafficserver] 04/05: Removes reference to non-existent ssl_multicert option 'exit_on_load_error'

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

zwoop pushed a commit to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit cd4984643102cff3182af8bbc918a7a3a4a8e80b
Author: Randall Meyer <ra...@yahoo.com>
AuthorDate: Wed Aug 1 12:02:54 2018 -0700

    Removes reference to non-existent ssl_multicert option 'exit_on_load_error'
    
    The configurable option is 'proxy.config.ssl.server.multicert.exit_on_load_fail'
    in records.config
    
    (cherry picked from commit a64e8f9e74602a1d38c40b44fe046a3ef30334a1)
---
 doc/admin-guide/files/ssl_multicert.config.en.rst | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/doc/admin-guide/files/ssl_multicert.config.en.rst b/doc/admin-guide/files/ssl_multicert.config.en.rst
index b4a5ecc..e8112a7 100644
--- a/doc/admin-guide/files/ssl_multicert.config.en.rst
+++ b/doc/admin-guide/files/ssl_multicert.config.en.rst
@@ -119,17 +119,6 @@ ssl_key_dialog=builtin|"exec:/path/to/program [args]" (optional)
       program runs a security check to ensure that the system is not
       compromised by an attacker before providing the pass phrase.
 
-exit_on_load_error=1|0 (optional)
-  If a certificate configuration does not result in a working
-  configuration, traffic server is not allowed to start when this is
-  set. If a new configuration is broken, a working configuration will
-  not be replaced.
-
-  Exit on load error is enabled by default.
-
-  This option can not be applied to a running Traffic Server using
-  :option:`traffic_ctl config reload`.
-
 Certificate Selection
 =====================