Skip to content

Commit 3109ff8

Browse files
authored
Merge pull request #468 from linuxserver/keyperm
fix perms on generated priv-fullchain-bundle.pem
2 parents 44c6bd7 + 4239dc2 commit 3109ff8

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
400400

401401
## Versions
402402

403+
* **23.03.24:** - Fix perms on the generated `priv-fullchain-bundle.pem`.
403404
* **14.03.24:** - [Existing users should update:](https://github.com/linuxserver/docker-swag/blob/master/README.md#updating-configs) authelia-location.conf, authelia-server.conf - Update Authelia conf samples with support for 4.38.
404405
* **11.03.24:** - Restore support for DynuDNS using `certbot-dns-dynudns`.
405406
* **06.03.24:** - [Existing users should update:](https://github.com/linuxserver/docker-swag/blob/master/README.md#updating-configs) site-confs/default.conf - Cleanup default site conf.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ app_setup_block: |
168168
169169
# changelog
170170
changelogs:
171+
- { date: "23.03.24:", desc: "Fix perms on the generated `priv-fullchain-bundle.pem`." }
171172
- { date: "14.03.24:", desc: "[Existing users should update:](https://github.com/linuxserver/docker-swag/blob/master/README.md#updating-configs) authelia-location.conf, authelia-server.conf - Update Authelia conf samples with support for 4.38." }
172173
- { date: "11.03.24:", desc: "Restore support for DynuDNS using `certbot-dns-dynudns`." }
173174
- { date: "06.03.24:", desc: "[Existing users should update:](https://github.com/linuxserver/docker-swag/blob/master/README.md#updating-configs) site-confs/default.conf - Cleanup default site conf." }

root/defaults/etc/letsencrypt/renewal-hooks/deploy/10-default

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ cd /config/keys/letsencrypt || exit 1
55
openssl pkcs12 -export -out privkey.pfx -inkey privkey.pem -in cert.pem -certfile chain.pem -passout pass:
66
sleep 1
77
cat {privkey,fullchain}.pem >priv-fullchain-bundle.pem
8+
chmod 600 priv-fullchain-bundle.pem
89
chown -R abc:abc /config/etc/letsencrypt

0 commit comments

Comments
 (0)