Community discussions

MikroTik App

Search found 2 matches

by itallko2010
Fri Aug 02, 2024 5:31 pm
Forum: General
Topic: Let's Encrypt automatic certificate renewal
Replies: 17
Views: 14523

Re: Let's Encrypt automatic certificate renewal

Good day. Line of code :if ( [/certificate enable-ssl-certificate dns-name=$dnsName] = 0 ) do={ ... } else={ :log info "[Letsencrypt_OSScript] - Nothing to do!" } always returns non-zero. I rewrote this part of the script. Perhaps someone will find it useful. #script name :local scrname &...
by itallko2010
Fri Aug 02, 2024 5:03 pm
Forum: General
Topic: Auto-Renew Lets Encrypt Certificate Problem
Replies: 1
Views: 1414

Re: Auto-Renew Lets Encrypt Certificate Problem

Hi Collin, For automatic LetsEncrypt certificate on RouterOS you can use this script in scheduler for run daily. I also use this free certificate service for SSTP VPN, HotSpot and www-ssl access to my home router. ****** SCRIPT BELLOW ****** ######## LETSENCRYPT AUTOUPDATE SCRIPT v1.5 by L Hajek 08/...