github fabriziosalmi/certmate v2.3.6
v2.3.6 — fix #99 follow-up (edgedns credentials INI format)

latest release: v2.3.7
6 hours ago

v2.3.6 (Patch)

  • Fix #99 (follow-up): Akamai Edge DNS certificate issuance failed with Either an edgerc_path or individual edgegrid credentials are required when using the EdgeDNS API even after the v2.3.4 settings fix. CertMate was writing the credentials INI in raw Akamai .edgerc format ([default] section + unprefixed keys), but certbot-plugin-edgedns v0.1.0 uses certbot's standard dns_common.CredentialsConfiguration parser, which reads a flat INI with keys prefixed by the plugin namespace (edgedns_*). The fix rewrites the credentials file as edgedns_client_token, edgedns_client_secret, edgedns_access_token, edgedns_host at top level (no section header). Verified by reading the v0.1.0 plugin source and feeding the regenerated INI through certbot's own CredentialsConfiguration in a regression test. Reported by @SpeeDFireCZE.

Don't miss a new certmate release

NewReleases is sending notifications on new releases.