Path to this page:
./
security/py-certbot-dns-cloudflare,
Cloudflare DNS Authenticator plugin for Certbot
Branch: CURRENT,
Version: 3.0.1,
Package name: py312-certbot-dns-cloudflare-3.0.1,
Maintainer: adamThe dns_cloudflare plugin automates the process of completing a dns-01
challenge (DNS01) by creating, and subsequently removing, TXT records using the
Clouflare API.
Master sites:
Filesize: 15.848 KB
Version history: (Expand)
- (2024-11-18) Updated to version: py312-certbot-dns-cloudflare-3.0.1
- (2024-11-11) Updated to version: py312-certbot-dns-cloudflare-3.0.0
- (2024-06-06) Updated to version: py311-certbot-dns-cloudflare-2.11.0
- (2024-04-09) Updated to version: py311-certbot-dns-cloudflare-2.10.0
- (2024-02-10) Package added to pkgsrc.se, version py311-certbot-dns-cloudflare-2.9.0 (created)
CVS history: (Expand)
2024-11-18 13:16:49 by Adam Ciarcinski | Files touched by this commit (20) | |
Log message:
py-acme py-certbot*: updated to 3.0.1
Certbot 3.0.1
Fixed
Removed a CryptographyDeprecationWarning that was being displayed to users
when checking OCSP status.
|
2024-11-11 13:10:46 by Adam Ciarcinski | Files touched by this commit (20) | |
Log message:
py-acme py-certbot*: updated to 3.0.0
Certbot 3.0.0
The update_symlinks command was removed.
The csr_dir and key_dir attributes on
certbot.configuration.NamespaceConfig were removed.
The --manual-public-ip-logging-ok command line flag was removed.
The --dns-route53-propagation-seconds command line flag was removed.
The certbot_dns_route53.authenticator module has been removed. This should
not affect any users of the plugin and instead would only affect developers
trying to develop on top of the old code.
Support for Python 3.8 was deprecated and will be removed in our next planned
release.
|
2024-06-06 14:05:46 by Adam Ciarcinski | Files touched by this commit (33) | |
Log message:
py-acme py-certbot*: updated to 2.11.0
2.11.0
Changed
In anticipation of backwards incompatible changes, certbot-dns-cloudflare now
requires less than version 2.20 of Cloudflare's python library.
Fixed
Fixed a bug in Certbot where a CSR's SANs did not always follow the order of
the domain names that the user requested interactively. In some cases, the
resulting cert's common name might seem picked up randomly from the SANs
when it should be the first item the user had in mind.
|
2024-04-09 17:14:41 by Adam Ciarcinski | Files touched by this commit (18) | |
Log message:
py-acme py-certbot*: updated to 2.10.0
Certbot 2.10.0
Added
The Python source packages which we upload to PyPI are
now also being uploaded to
our releases on GitHub where
we now also include a SHA256SUMS checksum file and a PGP signature for that
file.
Changed
We no longer publish our beta Windows installer
|