Python library for the ACME protocol
https://github.com/letsencrypt/letsencrypt
Python library implementing the Automatic Certificate Management Environment (ACME) protocol. It is used by the Let's Encrypt project.
- Devel package for openSUSE:Factory
-
5
derived packages
- Links to openSUSE:Factory / python-acme
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python:certbot/python-acme && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
acme-1.26.0.tar.gz | 0000099321 97 KB | |
acme-1.26.0.tar.gz.asc | 0000000659 659 Bytes | |
python-acme.changes | 0000021623 21.1 KB | |
python-acme.keyring | 0000010666 10.4 KB | |
python-acme.spec | 0000002712 2.65 KB |
Revision 80 (latest revision is 113)
Markéta Machová (mcalabkova)
accepted
request 967673
from
Markéta Machová (mcalabkova)
(revision 80)
- Update to version 1.26.0 * Added show_account subcommand, which will fetch the account information from the ACME server and show the account details (account URL and, if applicable, email address or addresses) * The acme library now requires requests>=2.20.0. * Certbot and its acme library now require pytz>=2019.3. * Certbot and its acme module now depend on josepy>=1.13.0 due to better type annotation support. * Previously, when Certbot was in the process of registering a new ACME account and the ACME server did not present any Terms of Service, the user was asked to agree with a non-existent Terms of Service ("None"). This bug is now fixed, so that if an ACME server does not provide any Terms of Service to agree with, the user is not asked to agree to a non-existent Terms of Service any longer. * If account registration fails, Certbot did not relay the error from the ACME server back to the user. This is now fixed: the error message from the ACME server is now presented to the user when account registration fails.
Comments 0