GithubHelp home page GithubHelp logo

nickjj / ansible-letsencrypt Goto Github PK

View Code? Open in Web Editor NEW
29.0 29.0 9.0 26 KB

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

License: MIT License

Python 93.33% Shell 6.67%

ansible-letsencrypt's People

Contributors

nickjj avatar wolfsoft avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ansible-letsencrypt's Issues

No way to set email

Hi,

I don't see a variable to set the letsencrypt email, which AFAIK makes it unusable on production ?

Show SSL certificate generation output step failed

Hello, I got this problem during the ansible process in the "Show SSL certificate generation output" step in main.yml. The problem comes from the file "acme_tiny". I captured the error. Do you have any solution please ?!

Show SSL Certificate generation output

letsencrypt_cron_renew format differs from regular crontab format

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 SSL certificates'
    job: '{{ letsencrypt_install_path }}/renew_certificate.sh'
    minute: '{{ letsencrypt_cron_renew[0] }}'
    hour: '{{ letsencrypt_cron_renew[1] }}'
    day: '{{ letsencrypt_cron_renew[2] }}'
    weekday: '{{ letsencrypt_cron_renew[3] }}'
    month: '{{ letsencrypt_cron_renew[4] }}'

It can confuse system administrators and lead to mistakes.

RPi Buster?

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

Different certfiles for different domainnames?

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 there an easy way to instead create separate certs for each domain, besides running the role multiple times and setting letsencrypt_domains in the playbook?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.