mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 00:35:03 +02:00
Remove list of packaging efforts. (#7258)
I think this list maybe had value when distros were first starting to package Certbot, but now I don't think it does. What function does this list serve? The instruction generator at https://certbot.eff.org/instructions does a much better job telling users how to use these packages. On the packaging side, I think anyone capable of packaging Certbot at the various distros would be able to search their repositories to see if a Certbot package is available. Since this list is hard to maintain as links semi-regularly break and keeping it up to date with all distros and all Certbot components is a fair bit of work, let's just remove it. This PR was motivated by the Travis failures at https://travis-ci.com/certbot/website/builds/119588518 due to GNU Guix changing the layout of their site.
This commit is contained in:
@@ -47,82 +47,3 @@ Notes for package maintainers
|
||||
4. ``jws`` is an internal script for ``acme`` module and it doesn't have to be packaged - it's mostly for debugging: you can use it as ``echo foo | jws sign | jws verify``.
|
||||
|
||||
5. Do get in touch with us. We are happy to make any changes that will make packaging easier. If you need to apply some patches don't do it downstream - make a PR here.
|
||||
|
||||
Already ongoing efforts
|
||||
=======================
|
||||
|
||||
|
||||
Arch
|
||||
----
|
||||
|
||||
From our official releases:
|
||||
|
||||
- https://www.archlinux.org/packages/community/any/python-acme
|
||||
- https://www.archlinux.org/packages/community/any/certbot
|
||||
- https://www.archlinux.org/packages/community/any/certbot-apache
|
||||
- https://www.archlinux.org/packages/community/any/certbot-nginx
|
||||
- https://www.archlinux.org/packages/community/any/certbot-dns-cloudflare
|
||||
- https://www.archlinux.org/packages/community/any/certbot-dns-cloudxns
|
||||
- https://www.archlinux.org/packages/community/any/certbot-dns-digitalocean
|
||||
- https://www.archlinux.org/packages/community/any/certbot-dns-dnsimple
|
||||
- https://www.archlinux.org/packages/community/any/certbot-dns-dnsmadeeasy
|
||||
- https://www.archlinux.org/packages/community/any/certbot-dns-google
|
||||
- https://www.archlinux.org/packages/community/any/certbot-dns-luadns
|
||||
- https://www.archlinux.org/packages/community/any/certbot-dns-nsone
|
||||
- https://www.archlinux.org/packages/community/any/certbot-dns-rfc2136
|
||||
- https://www.archlinux.org/packages/community/any/certbot-dns-route53
|
||||
|
||||
From ``master``: https://aur.archlinux.org/packages/certbot-git
|
||||
|
||||
Debian (and its derivatives, including Ubuntu)
|
||||
----------------------------------------------
|
||||
|
||||
- https://packages.debian.org/sid/certbot
|
||||
- https://packages.debian.org/sid/python-certbot
|
||||
- https://packages.debian.org/sid/python-certbot-apache
|
||||
|
||||
Fedora
|
||||
------
|
||||
|
||||
In Fedora 23+.
|
||||
|
||||
- https://apps.fedoraproject.org/packages/python-acme
|
||||
- https://apps.fedoraproject.org/packages/certbot
|
||||
- https://apps.fedoraproject.org/packages/python-certbot-apache
|
||||
- https://apps.fedoraproject.org/packages/python-certbot-dns-cloudflare
|
||||
- https://apps.fedoraproject.org/packages/python-certbot-dns-cloudxns
|
||||
- https://apps.fedoraproject.org/packages/python-certbot-dns-digitalocean
|
||||
- https://apps.fedoraproject.org/packages/python-certbot-dns-dnsimple
|
||||
- https://apps.fedoraproject.org/packages/python-certbot-dns-dnsmadeeasy
|
||||
- https://apps.fedoraproject.org/packages/python-certbot-dns-google
|
||||
- https://apps.fedoraproject.org/packages/python-certbot-dns-luadns
|
||||
- https://apps.fedoraproject.org/packages/python-certbot-dns-nsone
|
||||
- https://apps.fedoraproject.org/packages/python-certbot-dns-rfc2136
|
||||
- https://apps.fedoraproject.org/packages/python-certbot-dns-route53
|
||||
- https://apps.fedoraproject.org/packages/python-certbot-nginx
|
||||
|
||||
FreeBSD
|
||||
-------
|
||||
|
||||
- https://www.freshports.org/security/py-acme/
|
||||
- https://www.freshports.org/security/py-certbot/
|
||||
|
||||
Gentoo
|
||||
------
|
||||
|
||||
Currently, all ``certbot`` related packages are in the testing branch:
|
||||
|
||||
- https://packages.gentoo.org/packages/app-crypt/certbot
|
||||
- https://packages.gentoo.org/packages/app-crypt/certbot-apache
|
||||
- https://packages.gentoo.org/packages/app-crypt/certbot-nginx
|
||||
- https://packages.gentoo.org/packages/app-crypt/acme
|
||||
|
||||
GNU Guix
|
||||
--------
|
||||
|
||||
- https://www.gnu.org/software/guix/package-list.html#certbot
|
||||
|
||||
OpenBSD
|
||||
-------
|
||||
|
||||
- http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/security/letsencrypt/client/
|
||||
|
||||
Reference in New Issue
Block a user