Removed unused prosody_certificates and replaced it with prosody_certificate_path #33
Loading…
Reference in a new issue
No description provided.
Delete branch "971_prosody_cert_cleanup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Since we utilize letsencrypt, in order to unify certificate distribution, instead of coping certificates to prosody's directory (
/etc/prosody/certs
) we use the original/etc/letsencrypt
directory and change permissions so prosody can make use of it. This PR changes old variable that consisted of relative path tocerts
and replaced with with absolute path instead (as used for some of the modules requiring certs).