ansible-playbooks/ubuntu/roles/letsencrypt/files/letsencrypt-renew
2017-01-14 14:41:07 +00:00

5 lines
81 B
Bash
Executable File

#!/usr/bin/env bash
systemctl stop nginx
letsencrypt renew
systemctl start nginx