You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
before I can access my certificate from mounted docker config folder, but now I can't since about one month
UNRAID:~# ls -l /mnt/cache/appdata/letsencrypt/keys
total 0
lrwxrwxrwx 1 root root 27 Mar 9 12:09 cert.crt -> ./letsencrypt/fullchain.pem
lrwxrwxrwx 1 root root 25 Mar 9 12:09 cert.key -> ./letsencrypt/privkey.pem
lrwxrwxrwx 1 root root 39 Mar 9 12:09 letsencrypt -> /config/etc/letsencrypt/live/myfqdn.fr
UNRAID:~# ls -l /mnt/cache/appdata/letsencrypt/keys/letsencrypt/
/bin/ls: cannot access '/mnt/cache/appdata/letsencrypt/keys/letsencrypt/': No such file or directory
inside the container it is ok
root@SWAG:/# ls -l /config/keys/letsencrypt/
total 12
-rw-r--r-- 1 abc abc 692 Aug 13 2024 README
lrwxrwxrwx 1 abc abc 34 Feb 10 02:12 cert.pem -> ../../archive/myfqdn.fr/cert4.pem
lrwxrwxrwx 1 abc abc 35 Feb 10 02:12 chain.pem -> ../../archive/myfqdn.fr/chain4.pem
lrwxrwxrwx 1 abc abc 39 Feb 10 02:12 fullchain.pem -> ../../archive/myfqdn.fr/fullchain4.pem
-rw------- 1 abc abc 3074 Feb 10 02:12 priv-fullchain-bundle.pem
lrwxrwxrwx 1 abc abc 37 Feb 10 02:12 privkey.pem -> ../../archive/myfqdn.fr/privkey4.pem
-rw------- 1 abc abc 2736 Feb 10 02:12 privkey.pfx
Using Let's Encrypt as the cert providerSUBDOMAINS entered, processingWildcard cert for myfqdn.fr will be requestedE-mail address entered: mail.frdns validation via cloudflare plugin is selectedCertificate exists; parameters unchanged; starting nginxThe cert does not expire within the next day. Letting the cron script handle the renewal attempts overnight (2:08am).**** Applying the SWAG dashboard mod... ****Applying the dbip mod...Applied the dbip mod**** Adding goaccess to package install list ******** libmaxminddb already installed, skipping ******** Applied the SWAG dashboard mod ****[pkg-install-init] **** Installing all mod packages ****fetch http://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gzfetch http://dl-cdn.alpinelinux.org/alpine/v3.21/community/x86_64/APKINDEX.tar.gz(1/1) Installing goaccess (1.9.3-r0)Executing busybox-1.37.0-r12.triggerOK: 184 MiB in 223 packages[custom-init] Files found, executing[custom-init] sample.sh: executing...[custom-init] sample.sh: exited 0[custom-init] zztables.sh: executing...[custom-init] zztables.sh: exited 0[ls.io-init] done.Server ready
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
Hello
before I can access my certificate from mounted docker config folder, but now I can't since about one month
UNRAID:~# ls -l /mnt/cache/appdata/letsencrypt/keys
total 0
lrwxrwxrwx 1 root root 27 Mar 9 12:09 cert.crt -> ./letsencrypt/fullchain.pem
lrwxrwxrwx 1 root root 25 Mar 9 12:09 cert.key -> ./letsencrypt/privkey.pem
lrwxrwxrwx 1 root root 39 Mar 9 12:09 letsencrypt -> /config/etc/letsencrypt/live/myfqdn.fr
UNRAID:~# ls -l /mnt/cache/appdata/letsencrypt/keys/letsencrypt/
/bin/ls: cannot access '/mnt/cache/appdata/letsencrypt/keys/letsencrypt/': No such file or directory
inside the container it is ok
root@SWAG:/# ls -l /config/keys/letsencrypt/
total 12
-rw-r--r-- 1 abc abc 692 Aug 13 2024 README
lrwxrwxrwx 1 abc abc 34 Feb 10 02:12 cert.pem -> ../../archive/myfqdn.fr/cert4.pem
lrwxrwxrwx 1 abc abc 35 Feb 10 02:12 chain.pem -> ../../archive/myfqdn.fr/chain4.pem
lrwxrwxrwx 1 abc abc 39 Feb 10 02:12 fullchain.pem -> ../../archive/myfqdn.fr/fullchain4.pem
-rw------- 1 abc abc 3074 Feb 10 02:12 priv-fullchain-bundle.pem
lrwxrwxrwx 1 abc abc 37 Feb 10 02:12 privkey.pem -> ../../archive/myfqdn.fr/privkey4.pem
-rw------- 1 abc abc 2736 Feb 10 02:12 privkey.pfx
Expected Behavior
No response
Steps To Reproduce
see above
Environment
- OS: Unraid
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: