Giter VIP home page Giter VIP logo

ansible-role-letsencrypt's People

Contributors

chithrak07 avatar dale-c-anderson avatar jseniuk avatar smmccabe avatar

Watchers

 avatar  avatar  avatar  avatar

ansible-role-letsencrypt's Issues

Decouple default cert registration behaviour

Registering a default site certificate does not fit all use cases. Some use cases require more than just one cert to be registered, or certs to registered for things besides http virtual hosts (postfix, or vsftpd for example).

The role needs to support:

  • Not registering a cert at all,
  • Allowing an arbitrary list of certificates to be registered

Certbot-auto script is being replaced by snap installations

LE operations are now seeing

Your system is not supported by certbot-auto anymore.
Certbot will no longer receive updates.
Please visit https://certbot.eff.org/ to check for other alternatives.

on ubuntu (at least on 16).

The certbot installation documentation page now shows references to snap installations. We'll need to update the role to support this new installation method.

Some renewals fail with message about missing webroot path

Seen a few failures lately with messages that look like:

...
Select the webroot for domain.extample.com:
Choices: ['Enter a new webroot', '/var/www/letsencrypt']
(You can set this with the --webroot-path flag). Skipping.
...

Error is caused by one of the subject alternative names missing from the certbot renewal config file.

Would be nice to find out why they're not showing up, but adding --webroot-path /var/www/letsencrypt to the renewal command line is an easy workaround.

Renewal portion of the cron jobs are no longer needed

Cron is sending out notifications that the certbot process is already running.

It turns out that the snap version of certbot comes with a built in systemd timer (view them all with systemctl list-timers) which performs renewals automatically. However certbot's renewal does not automatically reload http dameons to pick up the new cert version.

So the cron jobs need to be modified to only test + reload the web config, instead of renew + test + reload.

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.