ansible-letsencrypt icon indicating copy to clipboard operation
ansible-letsencrypt copied to clipboard

Install and auto-renew SSL certificates with Let's Encrypt and Ansible.

Results 6 ansible-letsencrypt issues
Sort by recently updated
recently updated
newest added

Common crontab format is: `# m h dom mon dow user command` But letsencrypt_cron_renew swapped weekday and month: ``` - name: Create crontab to renew SSL certificates cron: name: 'renew...

Hi there, will this work on Buster? The docs on Galaxy says Jessie only.

The current one doesn't take into account if you have multiple certs. The cronjob gets overwritten every time your run the role with a new cert. Now one job is...

This pull request implements two changes (in two separate commits): - 91ecf4f: Allow specifying more than one service to be restarted. This brings a new default variable `letsencrypt_restart_services` which should...

If I understand this role, if I have multiple domains in letsencrypt_domains, i.e `letsencrypt_domains [ example.com, example2.com ]` It will create one cert that is valid for both domains. Is...

Hi, I am unsure if this is related to #8 but I am receiving the error below which I find it hard to make sense of - especially since I...