$ sudo certbot -d abc.prisamsterdam.com –manual –preferred-challenges dns certonly
Follow the instructions on your terminal, (Meaning: adding a DNS txt record using ACME) . Read here.
System info:
$base@lime2:~# cat /etc/os-release
NAME=”Ubuntu”VERSION=”20.04.6 LTS (Focal Fossa)”ID=ubuntuID_LIKE=debianPRETTY_NAME=”Ubuntu 20.04.6 LTS”VERSION_ID=”20.04″
UPDATE:
I tried above not so long ago and it didn’t work. DNS TXT record could not be found. The following worked for me:
base@lime2:~$ sudo su –
[sudo] password for s0s:
base@lime2:~# certbot -d abc.prisamsterdam.com –force-renewal
Leave a Reply