forked from pool/python-certbot-dns-digitalocean
Accepting request 988437 from devel:languages:python:certbot
- update to 1.29.0: * --allow-subset-of-names will now additionally retry in cases where domains are rejected while creating or finalizing orders. This requires subproblem support from the ACME server * The show_account subcommand now uses the "newAccount" ACME endpoint to fetch the account data, so it doesn't rely on the locally stored account URL. This fixes situations where Certbot would use old ACMEv1 registration info with non-functional account URLs. * The generated Certificate Signing Requests are now generated as version 1 instead of version 3. This resolves situations in where strict enforcement of PKCS#10 meant that CSRs that were generated as version 3 were rejected OBS-URL: https://build.opensuse.org/request/show/988437 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-dns-digitalocean?expand=0&rev=34
This commit is contained in:
commit
3c4cff43fe
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8320cf790c3a3aa902c3e544bb1393c8a37ee22df15877f495d62e1bf2769717
|
||||
size 14153
|
3
certbot-dns-digitalocean-1.29.0.tar.gz
Normal file
3
certbot-dns-digitalocean-1.29.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c24db12904b2e4261177e1c512124646d62104cb34e115cebe6cf34b7c60438
|
||||
size 14146
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 11 13:07:42 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.29.0:
|
||||
* --allow-subset-of-names will now additionally retry in cases where domains
|
||||
are rejected while creating or finalizing orders. This requires subproblem
|
||||
support from the ACME server
|
||||
* The show_account subcommand now uses the "newAccount" ACME endpoint to
|
||||
fetch the account data, so it doesn't rely on the locally stored account URL.
|
||||
This fixes situations where Certbot
|
||||
would use old ACMEv1 registration info with non-functional account URLs.
|
||||
* The generated Certificate Signing Requests are now generated as version 1
|
||||
instead of version 3. This resolves situations in where strict enforcement
|
||||
of PKCS#10 meant that CSRs that were generated as version 3 were rejected
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 24 19:32:10 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-certbot-dns-digitalocean
|
||||
Version: 1.28.0
|
||||
Version: 1.29.0
|
||||
Release: 0
|
||||
Summary: DigitalOcean Authenticator plugin for Certbot
|
||||
License: Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user