Skip to content
Snippets Groups Projects
Commit 2e8f1abd authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

"cert.pem" --> "fullchain.pem"

parent f91219d2
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ certbot certonly \
# einmalig nötig (Beispiel: GitLab)
cp -pL /etc/letsencrypt/live/a75436.berlin.ptb.de/cert.pem \
cp -pL /etc/letsencrypt/live/a75436.berlin.ptb.de/fullchain.pem \
/etc/gitlab/ssl/a75436.berlin.ptb.de.crt
cp -pL /etc/letsencrypt/live/a75436.berlin.ptb.de/privkey.pem \
/etc/gitlab/ssl/a75436.berlin.ptb.de.key
......
......@@ -11,7 +11,9 @@ Environment=HOST=%H
ExecStart=/bin/bash -lc \
'certbot renew ; \
cp -pL /etc/letsencrypt/live/a75436.berlin.ptb.de/cert.pem \
cp -pL /etc/letsencrypt/live/a75436.berlin.ptb.de/fullchain.pem \
/etc/gitlab/ssl/a75436.berlin.ptb.de.crt ; \
cp -pL /etc/letsencrypt/live/a75436.berlin.ptb.de/privkey.pem \
/etc/gitlab/ssl/a75436.berlin.ptb.de.key'
# Anm: "certbot renew" nicht unbedingt nötig, da schon
# per certbot.timer / certbot.service erledigt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment