Removed unused prosody_certificates and replaced it with prosody_certificate_path #33

Merged
muppeth merged 1 commit from 971_prosody_cert_cleanup into staging 2024-08-01 20:50:48 +02:00
Owner

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 to certs and replaced with with absolute path instead (as used for some of the modules requiring certs).

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 to `certs` and replaced with with absolute path instead (as used for some of the modules requiring certs).
muppeth added 1 commit 2024-08-01 10:16:33 +02:00
meaz approved these changes 2024-08-01 18:59:14 +02:00
muppeth merged commit dc4bf1f96e into staging 2024-08-01 20:50:48 +02:00
muppeth deleted branch 971_prosody_cert_cleanup 2024-08-01 20:50:48 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Disroot-Ansible/prosody#33
No description provided.