saltstack / salt

Software to automate the management and configuration of any infrastructure or application at scale. Install Salt from the Salt package repositories here:
https://docs.saltproject.io/salt/install-guide/en/latest/
Apache License 2.0
14.19k stars 5.48k forks source link

Support for ACME/letsencrypt.org #24818

Closed eliasp closed 8 years ago

eliasp commented 9 years ago

I think an important factor for the adoption of ACME which will be used by the Let's Encrypt initiative is the support for ACME in config management tools as otherwise people need to rely on the tools provided by "Let's Encrypt" which will lead to conflicts between the tools and config management processes.

So I'd like to suggest to add execution and state modules for the ACME protocol. The modules could possibly transparently extend the existing x509 modules.

arnisoph commented 9 years ago

+1

jochumdev commented 9 years ago

+1

phryneas commented 9 years ago

+1

phryneas commented 9 years ago

any more on this?

Jonher937 commented 8 years ago

+1

kevinquinnyo commented 8 years ago

+1

eliasp commented 8 years ago

Some (hopefully) useful references, in case anyone starts working on an implementation:

notpeter commented 8 years ago

https://github.com/saltstack-formulas/letsencrypt-formula

anitakrueger commented 8 years ago

+1

The-Loeki commented 8 years ago

First drop of code utilizing the letsencrypt-auto client, we'll have to wait for the ACME API PIP to crystallize out a bit before we can use that.