Skip to content

certbot.eff.org

Certbot is EFF's tool to obtain certs from Let's Encrypt and (optionally) auto-enable HTTPS on your server. It can also act as a client for any other CA that uses the ACME protocol.

Package Information

  • Domain: certboteff.org
  • Name: certbot.eff.org
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install certbot

Programs

This package provides the following executable programs:

  • certbot

Aliases

This package can also be accessed using these aliases:

  • certbot

Available Versions

Show all 19 versions
  • 4.1.1, 4.1.0, 4.0.0, 3.3.0, 3.2.0
  • 3.1.0, 3.0.1, 3.0.0, 2.11.1, 2.11.0
  • 2.10.0, 2.9.0, 2.8.0, 2.7.4, 2.7.3
  • 2.7.2, 2.7.1, 2.7.0, 2.6.0

Latest Version: 4.1.1

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +certboteff.org@4.1.1 -- $SHELL -i

Dependencies

This package depends on:

  • python.org~3.11

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.certbotefforg

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.