Skip to content

Commit 5255550

Browse files
committed
Let's Encrypt: mention that Pelican needs the full cert chain
1 parent 4b1e204 commit 5255550

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/security/host-certs/lets-encrypt.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Installation and Obtaining the Initial Certificate
3636

3737
If using host certificates for Pelican/OSDF:
3838
:::console
39-
root@host # ln -sf /etc/letsencrypt/live/*/cert.pem /etc/pki/tls/certs/pelican.crt
39+
root@host # ln -sf /etc/letsencrypt/live/*/fullchain.pem /etc/pki/tls/certs/pelican.crt
4040
root@host # ln -sf /etc/letsencrypt/live/*/privkey.pem /etc/pki/tls/private/pelican.key
4141
root@host # chmod 0600 /etc/letsencrypt/archive/*/privkey*.pem
4242

@@ -46,6 +46,10 @@ Installation and Obtaining the Initial Certificate
4646
root@host # ln -sf /etc/letsencrypt/live/*/privkey.pem /etc/grid-security/hostkey.pem
4747
root@host # chmod 0600 /etc/letsencrypt/archive/*/privkey*.pem
4848

49+
50+
Note that Pelican requires the full certificate chain, not just the certificate,
51+
so the pelican.crt symlink needs to point to fullchain.pem, not cert.pem.
52+
4953
1. Restart services running on port 80 if there were any.
5054

5155

0 commit comments

Comments
 (0)