From 2a2d5a558313fd560a43ff2cb0c06aebbe04a42b Mon Sep 17 00:00:00 2001 From: kevgliss Date: Mon, 1 May 2017 10:59:49 -0700 Subject: [PATCH] Adding an example digicert url. Closes #700. (#775) --- docs/administration.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/administration.rst b/docs/administration.rst index 2a39ac42..10db1505 100644 --- a/docs/administration.rst +++ b/docs/administration.rst @@ -7,6 +7,10 @@ Configuration that allow you to encrypt files at rest and decrypt them when it's time for deployment. See :ref:`Credential Management ` for more information. +.. note:: + All configuration values are python strings unless otherwise noted. + + Basic Configuration ------------------- @@ -435,7 +439,7 @@ The following configuration properties are required to use the Digicert issuer p .. data:: DIGICERT_URL :noindex: - This is the url for the Digicert API + This is the url for the Digicert API (e.g. https://www.digicert.com) .. data:: DIGICERT_API_KEY