1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
Source: python-certbot-dns-ovh
Maintainer: Debian Let's Encrypt Team <team+letsencrypt@tracker.debian.org>
Uploaders: Harlan Lieberman-Berg <hlieberman@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 12),
dh-python,
python3,
python3-acme-abi-1,
python3-certbot-abi-1 (>= 1.1),
python3-lexicon (>= 2.7.14~),
python3-mock,
python3-pytest,
python3-setuptools (>= 1.0),
python3-sphinx (>= 1.3.1-1~),
python3-sphinx-rtd-theme,
python3-zope.interface
Standards-Version: 4.5.0
Homepage: https://certbot.eff.org/
Vcs-Git: https://salsa.debian.org/letsencrypt-team/certbot/certbot-dns-ovh.git
Vcs-Browser: https://salsa.debian.org/letsencrypt-team/certbot/certbot-dns-ovh
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: python3-certbot-dns-ovh
Architecture: all
Depends: certbot,
python3-certbot-abi-1 (>= 1.1),
${python3:Depends},
${misc:Depends}
Enhances: certbot
Description: OVH 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 Ovh DNS plugin to the main application.
Package: python-certbot-dns-ovh-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: Documentation for the OVH 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 package contains the documentation for the OVH DNS plugin to
the main application.
|