certbot-dns-azure
certbot-dns-azure copied to clipboard
AzureDNS Certbot plugin
Hello, thank you for making this solution open source. I am wondering if i can use this plugin for multilevel subdomain wildcards? For example *.example.com *.staging.example.com *.development.example.com If so how...
TTL entry is at the moment created with static value of 120 seconds, it would be better to have an option to configure the value via CLI argument like `ttl-txt-dns-record`....
In the current Dockerfile gcc and required libs are not included, which is required when building on arm64. ``` 27.10 gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC -DFFI_BUILDING=1 -I/usr/include/ffi...
``` 4.292 error: externally-managed-environment 4.292 4.292 × This environment is externally managed 4.292 ╰─> 4.292 The system-wide python installation should be maintained using the system 4.292 package manager (apk) only....
Hi there, i want to build a certificate based on two DNS zones that are sitting each on it's own Azure tenant. This comes up because we have a large...
I encountered an issue when using the 'certbot-dns-azure' plugin with Azure DNS for the 'dns-01' challenge. The problem occurs when plug attempt to add multiple challenges to the 'TXT' record....
Greetings from the Certbot Team, With Python 3.8 reaching its end-of-life (see https://devguide.python.org/versions/#supported-versions), we have to update our Certbot snaps to a newer Python version. We will switch over early...
I have a proxy setting set on my Red Hat 9 VM. The proxy is a linux server running squid. When obtaining a certificate I receive: certbot certonly --agree-tos --preferred-challenges...
I have been using your excellent plugin for several months without issue. Yesterday I added three new domains to the config file, created the _acme-challenge TXT records in the Azure...