ansible-playbooks/ubuntu/roles/letsencrypt/files/letsencrypt-renew

5 lines
81 B
Plaintext
Raw Normal View History

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