From 70fe95c43987f963a1542e744899c25759ae37ff Mon Sep 17 00:00:00 2001 From: Arthur Attwell Date: Sat, 12 Jan 2019 19:53:48 +0000 Subject: [PATCH] Docs: store SSL key and cert in site source (#7473) Merge pull request 7473 --- docs/_docs/configuration/options.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_docs/configuration/options.md b/docs/_docs/configuration/options.md index cd17c0b2..f2c6fdf3 100644 --- a/docs/_docs/configuration/options.md +++ b/docs/_docs/configuration/options.md @@ -381,7 +381,7 @@ before your site is served.

X.509 (SSL) Private Key

-

SSL Private Key.

+

SSL Private Key, stored or symlinked in the site source.

--ssl-key

@@ -390,7 +390,7 @@ before your site is served.

X.509 (SSL) Certificate

-

SSL Public certificate.

+

SSL Public certificate, stored or symlinked in the site source.

--ssl-cert