Skip to content

Commit

Permalink
Deployed a678471 with MkDocs version: 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Nov 9, 2024
1 parent 3bdfd28 commit ceddf68
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 76 deletions.
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

16 changes: 13 additions & 3 deletions security/host-certs/lets-encrypt/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1956,11 +1956,21 @@ <h2 id="installation-and-obtaining-the-initial-certificate">Installation and Obt
</li>
<li>
<p>Set up hostcert/hostkey links:</p>
<div class="codehilite"><pre><span></span><code><span class="gp">root@host # </span>ln -sf /etc/letsencrypt/live/*/cert.pem /etc/grid-security/hostcert.pem
<span class="gp">root@host # </span>ln -sf /etc/letsencrypt/live/*/privkey.pem /etc/grid-security/hostkey.pem
<span class="gp">root@host # </span>chmod <span class="m">0600</span> /etc/letsencrypt/archive/*/privkey*.pem
<div class="codehilite"><pre><span></span><code>If using host certificates for Pelican/OSDF:
:::console
root@host # ln -sf /etc/letsencrypt/live/*/fullchain.pem /etc/pki/tls/certs/pelican.crt
root@host # ln -sf /etc/letsencrypt/live/*/privkey.pem /etc/pki/tls/private/pelican.key
root@host # chmod 0600 /etc/letsencrypt/archive/*/privkey*.pem

If using host certificates for other software:
:::console
root@host # ln -sf /etc/letsencrypt/live/*/cert.pem /etc/grid-security/hostcert.pem
root@host # ln -sf /etc/letsencrypt/live/*/privkey.pem /etc/grid-security/hostkey.pem
root@host # chmod 0600 /etc/letsencrypt/archive/*/privkey*.pem
</code></pre></div>

<p>Note that Pelican requires the full certificate chain, not just the certificate,
so the pelican.crt symlink needs to point to fullchain.pem, not cert.pem.</p>
</li>
<li>
<p>Restart services running on port 80 if there were any.</p>
Expand Down
Loading

0 comments on commit ceddf68

Please sign in to comment.