Source: python-certbot-dns-hetzner-cloud Maintainer: Debian Python Team Uploaders: Martin Section: python Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3, python3-acme-abi-4 (>= 4.0~), python3-certbot-abi-4 (>= 4.0~), python3-dnspython, python3-hcloud (>= 2.17.0~), python3-pytest, python3-setuptools, python3-setuptools-scm, python3-tldextract (>= 5.3.1~), python3-zope.interface Standards-Version: 4.7.3 Homepage: https://github.com/rolschewsky/certbot-dns-hetzner-cloud Vcs-Git: https://salsa.debian.org/python-team/packages/python-certbot-dns-hetzner-cloud.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-certbot-dns-hetzner-cloud Testsuite: autopkgtest-pkg-python Package: python3-certbot-dns-hetzner-cloud Architecture: all Depends: certbot, python3-certbot-abi-4 (>= ${Abi-major-minor-version}), ${misc:Depends}, ${python3:Depends} Enhances: certbot Description: Hetzner Cloud DNS plugin for Certbot The objective of Certbot, Let's Encrypt, and the ACME (Automated Certificate Management Environment) protocol is to make it possible to set up an HTTPS server and have it automatically obtain a browser-trusted certificate, without any human intervention. This is accomplished by running a certificate management agent on the web server. . This agent is used to: . - Automatically prove to the Let's Encrypt CA that you control the website - Obtain a browser-trusted certificate and set it up on your web server - Keep track of when your certificate is going to expire, and renew it - Help you revoke the certificate if that ever becomes necessary. . This package contains the Hetzner Cloud DNS plugin to the main application.