Questions tagged [certbot-dns-plugin]
10 questions
2
votes
1 answer
Renew wildcard certificate fails with »None of the preferred challenges are supported by the selected plugin.«
I have a Let's Encrypt wildcard certificate which was obtained with the DNS challenge.
In the meantime I migrated the webapp and the certificate to a new server, where renewing that certificate fails.
$ certbot renew --preferred-challenges dns…

Frébo
- 638
- 5
- 12
2
votes
3 answers
How to install a certbot dns plugin that is not available in the SnapStore using pip (certbot-dns-hetzner)
Before I did use certbot-auto what is not supportet in my current system anymore:
cd /usr/local/bin/
curl https://dl.eff.org/certbot-auto > certbot-auto
chmod 755 certbot-auto
./certbot-auto
results in the following error message
Skipping bootstrap…

Ludwig
- 3,580
- 2
- 20
- 24
1
vote
1 answer
let's encrypt > certbot > openssl certificate (2048 bit key issue)
I'm trying to generate a wildcard PFX certificate for my domain example.com with Let's Entrypt, then using certbot and finally converting .pem to pfx using OpenSSL.
The problem is that it seems the final PFX file doesn't meet security browser…

Andrea
- 103
- 8
1
vote
1 answer
What are the TXT record values from Certbot?
I have recently added a free DNS wildcard SSL to my domain using certbot/dns-route53.
SSL and HTTPS are working perfect, but I just have one concern.
In the process of getting the certificate, I was given DNS TXT record values for each of my domain…

Daniel Kim
- 15
- 4
0
votes
0 answers
Setting Up & using Let's Encrypt SSL certificates with IIS Web Sites/Apps running on MS Windows Server 2019 instance in Amazon Lightsail
I have an Amazon Lightsail MS Windows (2019) Server instance with static IP and a registered verified domain name, let's call it my-iis-website-test.net, running an IIS web site, having a static HTML page at root default web app URL…

ShamilS
- 1,410
- 2
- 20
- 40
0
votes
1 answer
Certbot DNS/apache wildcard not working for double sub-domain?
I've successfully set-up an SSL-certificate through the certbot with DNS-plugin. This works great and I have issued a certificate for example.com and *.example.com:
certbot certificates output:
- - - - - - - - - - - - - - - - - - - - - - - - - - - -…

TVA van Hesteren
- 1,031
- 3
- 20
- 47
0
votes
1 answer
Enable SSL for a React Hosted App using npm serve
I have hosted my react app on google Cloud server (ubuntu 18.04 LTS) and associated my domain with that as well. I am trying to use certbot to SSL my website for free but unfortunately, everywhere I see it has tutorial for setting it up using nginx…

Shivam Sahil
- 4,055
- 3
- 31
- 62
0
votes
0 answers
Certbot PluginError: Unable to determine zone identifier
I was using certbot and a plugin that matches my domain provider certbot-dns-aliyun to generate an SSL certificate for my domain, scp-makerspace.cn. However, as I run the following command:
sudo /mnt/certbot/venv/bin/certbot certonly -a…

Power_tile
- 578
- 1
- 6
- 18
-1
votes
1 answer
Google Cloud DNS with Certbot (Wildcard) Giving Permission Issues
I am trying to issue certificates including a wildcard using Certbot. The instructions for google-dns are clear, but I am stuck on the permissions and getting the following permission issue.
Encountered 403 Forbidden with reason…

Maciek Semik
- 1,872
- 23
- 43
-4
votes
1 answer
Let's encrypt DNS requests keeps in PENDING state
I'm trying to automatically update my Let's encrypt certificates. For this I'm using certbot which will write a TXT record in my DNS entry. Unfortunately this update keeps in PENDING state. If I manually update the TXT record when certbot is…

ridderr
- 11
- 2