-
I've used Certbot for a while. But now I'm using a hoster for which there's no DNS challenge support. Which led me here, to Lego. What is the difference between lego and certbot? Can I use lego instead of certbot? (I read the docs, but couldn't find this info.) Thanks for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hello, lego and certbot follow the ACME RFC8555. The main difference is the language: we use Go and Certbot uses Python. |
Beta Was this translation helpful? Give feedback.
Hello,
lego and certbot follow the ACME RFC8555.
The main difference is the language: we use Go and Certbot uses Python.
lego is not a drop-in replacement for certbot because we don't have the same options, there are some other minor differences but both tools are here to generate certificates with the same approach.