Docs: store SSL key and cert in site source (#7473)

Merge pull request 7473
This commit is contained in:
Arthur Attwell 2019-01-12 19:53:48 +00:00 committed by jekyllbot
parent ce0471fbec
commit 70fe95c439
1 changed files with 2 additions and 2 deletions

View File

@ -381,7 +381,7 @@ before your site is served.
<tr class="setting">
<td>
<p class="name"><strong>X.509 (SSL) Private Key</strong></p>
<p class="description">SSL Private Key.</p>
<p class="description">SSL Private Key, stored or symlinked in the site source.</p>
</td>
<td class="align-center">
<p><code class="flag">--ssl-key</code></p>
@ -390,7 +390,7 @@ before your site is served.
<tr class="setting">
<td>
<p class="name"><strong>X.509 (SSL) Certificate</strong></p>
<p class="description">SSL Public certificate.</p>
<p class="description">SSL Public certificate, stored or symlinked in the site source.</p>
</td>
<td class="align-center">
<p><code class="flag">--ssl-cert</code></p>