certbot-dns-standalone
certbot-dns-standalone copied to clipboard
Docker instructions?
Can you please give instructions on how to set this up with Docker? I'm still learning Docker but it seems like maybe this isn't Docker-ready?
I ran this:
docker build -t siilike\certbot-dns-standalone:latest github.com/siilike/certbot-dns-standalone
But it gave me an image that doesn't seem to expose port 53.
If this plugin is still supported, it would be great if you had a fully documented image on DockerHub for us to use.
Thank you!
I am not that familiar with Docker either, so there currently is no explicit support for it. You might want to check out the Dockerfiles of other certbot plugins and make one based on those.
I think your plugin sounds really great so I hope somebody will come along with Docker skills and get it to work in Docker. Or possibly one of those other certbot Docker maintainers can integrate your plugin into their Docker images.
A similar project is acme-dns. Acme-dns runs as a separate docker container and may be a bit more useful in some situations since it can work with more than just certbot, but for people who just need certbot, I think your plugin sounds much easier to use.
Well, you don't have to put every little thing into a container. All you need to do is install Python 3 and PIP if not yet installed and install certbot from pip. It takes a lot more time to configure the DNS records than it takes to install the software.
Hi @Germs2004 @siilike. I created a project called CertCache that brings Docker support to certbot-dns-standalone (and other Certbot DNS plugins)
I created a screencast that walks through the process of setting up a secure Nginx web server in Docker and getting a wildcard Let's Encrypt certificate
https://www.youtube.com/watch?v=J7ckr1Mzw_8