mirror of
https://github.com/caddyserver/website.git
synced 2025-04-22 04:56:17 -04:00
Oops, whitespace
This commit is contained in:
parent
bb740f288b
commit
c3f405931b
1 changed files with 8 additions and 8 deletions
|
@ -305,18 +305,18 @@ When using Docker for local development with HTTPS, you might use a [hostname](/
|
|||
|
||||
<pre><code class="cmd bash">docker compose cp \
|
||||
caddy:/data/caddy/pki/authorities/local/root.crt \
|
||||
/usr/local/share/ca-certificates/root.crt \
|
||||
&& sudo update-ca-certificates</code></pre>
|
||||
/usr/local/share/ca-certificates/root.crt \
|
||||
&& sudo update-ca-certificates</code></pre>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div x-show="os === 'mac'" class="tab bordered">
|
||||
|
||||
<pre><code class="cmd bash">docker compose cp \
|
||||
caddy:/data/caddy/pki/authorities/local/root.crt \
|
||||
/tmp/root.crt \
|
||||
&& sudo security add-trusted-cert -d -r trustRoot \
|
||||
-k /Library/Keychains/System.keychain /tmp/root.crt</code></pre>
|
||||
/tmp/root.crt \
|
||||
&& sudo security add-trusted-cert -d -r trustRoot \
|
||||
-k /Library/Keychains/System.keychain /tmp/root.crt</code></pre>
|
||||
|
||||
</div>
|
||||
|
||||
|
@ -324,8 +324,8 @@ When using Docker for local development with HTTPS, you might use a [hostname](/
|
|||
|
||||
<pre><code class="cmd bash">docker compose cp \
|
||||
caddy:/data/caddy/pki/authorities/local/root.crt \
|
||||
%TEMP%/root.crt \
|
||||
&& certutil -addstore -f "ROOT" %TEMP%/root.crt</code></pre>
|
||||
%TEMP%/root.crt \
|
||||
&& certutil -addstore -f "ROOT" %TEMP%/root.crt</code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue