telekom-mms / ansible-collection-acme

An Ansible collection for issuing certificates via the ACME protocol.
GNU General Public License v3.0
50 stars 9 forks source link

Test collection with other acme providers #55

Closed rndmh3ro closed 3 years ago

rndmh3ro commented 3 years ago

There are other acme providers besides Lets Encrypt:

We should check if we support these providers, too. Maybe integrate a (manual) test.

avalor1 commented 3 years ago

I checked both of the mentioned sites. As for zerossl I think this wouldn't be a good addtion. buypass.com could be possible but has two main limitations (see list).

zerossl:

buypass.com:

I also found https://www.sslforfree.com/ but I'm not sure if they just use the zerossl servers or does have their own infrastructure.

Of course there are more providers which offer acme automation but would come with a cost. Not sure if we should implement something like that.

rndmh3ro commented 3 years ago

Thanks for checking this!

I'd say we stick to Let's Encrypt for now. If someone wants to use other providers, they are free to do so and tell us.