Hi,
I wan't to encrypt all my traffic to the webfig.
has anyone found a solution to do that automated via Let's encrypt?
thx in advance
PS: yes I got subdomains for all my routers.
Agaik that would only be possible for wildcard certificate. Or you change ports and the forwarding in the process. It would be quite easy for MT to implement that feature I thinkAutomated is not the hard part. I've seen some instructions how to do it. But what they have in common is an extra machine you need, where you create certificates and run the validation, and then you can upload resulting certificates to router. So it's usable for some scenarios, but if you'd need it to happen directly on router, not dependent on any other machine, so far you're out of luck.
You Sir, are a true hero!I have created a script, which automatically checks and update if necessary, the Let's encrypt Wildcard SSL certificate on Mikrotik devices.
Unfortunately there is no http-to-https redirection in Mikrotik devices
/ip firewall nat add chain=dstnat dst-port=80 action=redirect protocol=tcp to-port=443
Ha-ha! Most routers are set up in a number of clicks, but not MikroTik! ;DIn the meantime, a number of manufacturers of appliances and routers have already integrated support for Let's Encrypt into their devices.