Hi, May I know how to download the fullchain.pem file from remote server to local?
My file is: /etc/letsencrypt/live/example.com/fullchain.pem
I tried to download with filezilla but user permission is denied. Tried to change the user permission also to no avail.
TQVM!
_az
2
The file is usually only accessible by root (due to 0700 permisisons on /etc/letsencrypt/archive
, which is the target of the symlink from live
).
So you will either need to connect as root, or copy it to another directory and make it readable at a lower privilege level.
You can also look up the certificate on crt.sh and download the PEM using the “Download Certificate” link.
system
Closed
3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.