gitpel / letsencrypt-routeros

Let's Encrypt certificates for RouterOS / Mikrotik
GNU General Public License v3.0
294 stars 110 forks source link

question about TXT Record #3

Closed zstergios closed 6 years ago

zstergios commented 6 years ago

Hi, I 'm new to this. The hostname of mikrotik is somthing that does not really exists, like my.router-hot.com

In the first time, you will need to create Certificates manually and put domain TXT record

I read that Mikrotik has not DNS managment, so where I have to place the TXT record?

Sorry for my stupid question

gitpel commented 6 years ago

Hi, @zstergios You will need to add TXT record once, for the first time to your DNS management provider like GoDaddy, Cloudflare, On-Prem Server or etc.

You need to install "certbot" and execute it with params: certbot certonly --preferred-challenges=dns --manual -d my.router-hot.com And follow the steps from Certbot

Also take look how to add to TXT record to GoDaddy https://www.benchmarkemail.com/help-FAQ/answer/how-does-one-add-a-txt-record-for-their-domain-having-dns-servers-hosted-with-godaddy

Have a good day (˵ ͡⚆ ͜ʖ ͡⚆˵)

zstergios commented 6 years ago

Thanks, I have managed to sovle this. Thanks anyway it's usefull for new members