Releases: aaomidi/certbot-dns-google-domains
Releases · aaomidi/certbot-dns-google-domains
Re-release due to GitHub Actions misbehaving again...
Re-release since GitHub Actions was down last time
What's Changed
Full Changelog: v0.1.8...v0.1.10
Fix an error on cert issuance
What's Changed
Full Changelog: v0.1.8...v0.1.9
Cleanup after yourself
Removes expired (30 days old) DNS records that were set with the acmedns API.
Add debug logs
v0.1.7 Version bump to 0.1.7 (#28)
Licenses!
Automatically handle zone detection for the majority of use cases
I've added Public Suffix List integration to automatically handle zone files for the majority of users.
Here is how the zone is determined now: https://github.com/aaomidi/certbot-dns-google-domains#notes-on-zone-resolution
What's Changed
- Use PSL to automatically handle zones by @aaomidi in #16
- Automatically publish to PyPi by @aaomidi in #17
Full Changelog: v0.1.4...v0.1.5
Handle subdomains correctly
This release fixes #10
Note that to use this plugin with subdomains, you need the following argument:
--dns-google-domains-zone STRING
For example, if you've registered the domain example.com
on Google Domains. And you're requesting a certificate for a.example.com
. You should pass in --dns-google-domains-zone example.com
alongside --domain a.example.com
to Certbot.
First release!
v0.1.2 Fix a spelling mistake (#8)