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 2014/03/08 15:46:25 UTC

[13/18] git commit: Fix indentation block error.

Fix indentation block error.


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/ce6cb8d4
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/ce6cb8d4
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/ce6cb8d4

Branch: refs/heads/master
Commit: ce6cb8d4c0855ca4c3edc15d3bedab82d5303c06
Parents: 9f14de3
Author: Leif Hedstrom <zw...@apache.org>
Authored: Sat Mar 8 00:23:07 2014 +0000
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Sat Mar 8 07:45:49 2014 -0700

----------------------------------------------------------------------
 doc/reference/configuration/ssl_multicert.config.en.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/ce6cb8d4/doc/reference/configuration/ssl_multicert.config.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/configuration/ssl_multicert.config.en.rst b/doc/reference/configuration/ssl_multicert.config.en.rst
index f3ff295..fa45e3d 100644
--- a/doc/reference/configuration/ssl_multicert.config.en.rst
+++ b/doc/reference/configuration/ssl_multicert.config.en.rst
@@ -98,10 +98,12 @@ ssl_key_dialog=builtin|"exec:/path/to/program [args]"
   Method used to provide a pass phrase for encrypted private keys.  If the
   pass phrase is incorrect, SSL negotiation for this dest_ip will fail for
   clients who attempt to connect.
-  Two options are supported: builtin and exec
+  Two options are supported: builtin and exec:
+
     ``builtin`` - Requests pass phrase via stdin/stdout. User will be
       provided the ssl_cert_name and be prompted for the pass phrase.
       Useful for debugging.
+
     ``exec:`` - Executes program /path/to/program and passes args, if
       specified, to the program and reads the output from stdout for
       the pass phrase.  If args are provided then the entire exec: string