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 提交者 jekyllbot
父節點 ce0471fbec
當前提交 70fe95c439
共有 1 個檔案被更改,包括 2 行新增2 行删除

查看文件

@ -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>