I use Caddy with automatic LE certificates running on top of RouterOS in container, it works like a charm.
In fact, the only thing I needed for certificates to work is the following lines in config (inside each domain section or separately with imports followed):Be advised, a stock Caddy doesn't include any DNS verification plugins (Cloudflare, Route53, etc.), thus I use my own build with the plugins I need included. In case you use HTTP verification instead, you should probably refer to Caddy documentation for details/examples.
In fact, the only thing I needed for certificates to work is the following lines in config (inside each domain section or separately with imports followed):
Code:
tls { dns cloudflare MY_TOKEN}
Statistics: Posted by vovan700i — Mon Dec 04, 2023 10:11 am