6 Commits

Author SHA1 Message Date
nierdz
1411e392be Use more specific services to stop/start during cert creation process
This is useful when you need to stop different services depending
on the certificates. For example, if you have a first certificate
that uses varnish and a second one using nginx you can have a
configuration that looks like this:

certbot_certs:
  - email: janedoe@example.com
    stop_services:
      - varnish
    domains:
      - example1.com
  - email: janedoe@example.com
    stop_services:
      - nginx
    domains:
      - example2.com

This way, you don't have to stop both varnish and nginx during cert
creation process.
2020-12-27 13:15:26 +01:00
Jeff Geerling
00dc226101 Fixes E305 linting error: use shell only when required. 2018-12-06 16:15:09 -06:00
Michael Porter
ce4dacf632
Supports check of wildcard certs
Adds support to check for wildcard certs to not re-make them on subsequent runs
2018-09-23 14:58:52 -05:00
Jeff Geerling
d3f98e4258 Fixes #12: Document how to generate certs automatically using certbot --standalone. 2017-12-11 22:17:25 -06:00
Jeff Geerling
5f7c9e046c Issue #12: Fix standalone cert generation, add full build-test-teardown playbook. 2017-12-10 22:47:54 -06:00
Jeff Geerling
7651f0ac0b Issue #12: Add basic standalone certbot cert generation. 2017-12-06 22:48:30 -06:00