Hello.
I tried to get a certificate for my PBS following the documentation but have found many problems.
Now it seems that I finally made it by using certbot.
Read more
I tried to get a certificate for my PBS following the documentation but have found many problems.
Now it seems that I finally made it by using certbot.
Code:
root@pbs:~# certbot certonly --manual --manual-auth-hook /etc/letsencrypt/acme-dns-auth.py --preferred-challenges dns --debug-challenges -d \*.pbs.mydomain.com -d pbs.mydomain.com
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Requesting a certificate for *.pbs.mydomain.com and pbs.mydomain.com
- - - - - - - - - -...
Read more