Set up certbot to get a Let's Encrypt certificate for xmpp.5apps.com
This commit is contained in:
@@ -22,6 +22,12 @@ end
|
||||
|
||||
package "prosody"
|
||||
|
||||
service "prosody" do
|
||||
action [:enable]
|
||||
end
|
||||
|
||||
include_recipe "5apps-xmpp_server::letsencrypt"
|
||||
|
||||
# backup the data dir and the config files
|
||||
node.override["backup"]["archives"]["prosody"] = ["/var/lib/prosody", "/etc/prosody"]
|
||||
include_recipe "backup"
|
||||
|
||||
Reference in New Issue
Block a user