Skip to content

Releases: aaomidi/certbot-dns-google-domains

Re-release due to GitHub Actions misbehaving again...

14 Apr 16:31
768d5c5
Compare
Choose a tag to compare
Some fixes for the docker build setup (#31)

* Specify full path to docker registry

* Fetch the entire thing

* Version bump

Re-release since GitHub Actions was down last time

30 Mar 02:51
8e2d874
Compare
Choose a tag to compare

What's Changed

  • The server may or may not populate the Record field by @aaomidi in #30

Full Changelog: v0.1.8...v0.1.10

Fix an error on cert issuance

24 Mar 23:22
8e2d874
Compare
Choose a tag to compare

What's Changed

  • The server may or may not populate the Record field by @aaomidi in #30

Full Changelog: v0.1.8...v0.1.9

Cleanup after yourself

21 Mar 02:13
977c87e
Compare
Choose a tag to compare

Removes expired (30 days old) DNS records that were set with the acmedns API.

Add debug logs

21 Mar 02:02
b6be10e
Compare
Choose a tag to compare
v0.1.7

Version bump to 0.1.7 (#28)

Licenses!

03 Mar 19:42
9d83ad3
Compare
Choose a tag to compare

What's Changed

  • No interaction or cache for the release automation by @aaomidi in #18
  • Add license notices by @aaomidi in #19

Full Changelog: v0.1.5...v0.1.6

Automatically handle zone detection for the majority of use cases

03 Mar 19:24
f891e26
Compare
Choose a tag to compare

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:/aaomidi/certbot-dns-google-domains#notes-on-zone-resolution

What's Changed

Full Changelog: v0.1.4...v0.1.5

Handle subdomains correctly

02 Mar 17:24
43b0f20
Compare
Choose a tag to compare

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!

13 Feb 19:23
ff33639
Compare
Choose a tag to compare
v0.1.2

Fix a spelling mistake (#8)