certbot-5.5.0
client for certificate authorities using ACME protocols
Back to search · Project homepage
Description
Certbot is a tool to automatically receive and install X.509 certificates
to enable TLS on servers. It will interoperate with the Let's Encrypt CA
which issues browser-trusted certificates free of charge. It will:
- generate a private key and CSR (Certificate Signing Request)
- connect to the CA's API
- prove domain control to the CA
(via listening on port 80 or placing a file in the web root)
- submit the CSR
- if approved, install keys locally
Tools to automate webserver configuration may be packaged separately in
the future.
Package information
- Ports path
- security/letsencrypt/client
- Package architecture
- amd64
- Maintainer
- The OpenBSD ports mailing-list <ports@openbsd.org>
- Categories
- security/letsencrypt, security, lang/python
- Available flavors
- None listed
- Only for architectures
- aarch64, amd64, arm, i386, mips64, mips64el, powerpc, powerpc64, riscv64, alpha, hppa, sparc64
These are ports metadata. Binary availability depends on the release, architecture and mirror. Build and test dependencies are not an installation checklist.
Direct dependencies
Runtime
- security/letsencrypt/py-acme STEM-=5.5.0
- devel/py-configargparse
- devel/py-configobj
- security/py-cryptography
- sysutils/py-distro
- security/py-josepy
- devel/py-parsedatetime
- textproc/py-pyRFC3339
- devel/py-zopecomponent
- devel/py-zopeinterface
- lang/python/3
Build
- lang/python/3
- devel/py-build
- devel/py-installer
- devel/py-setuptools py3-setuptools->=79v0
- devel/py-wheel