certbot-extra-formats

Writes a 'Let's Encrypt' certificate compatible with a given application


Licenses
AGPL-3.0/GPL-3.0+
Install
pip install certbot-extra-formats==0.1.4

Documentation

certbot-extra-formats

Python 3.x Support License: AGPL v3+

Writes a "Let's Encrypt" certificate compatible with a given application

Installation

certbot-extra-formats is available through the Python Package Index (PyPI). Pip is already installed if you are using Python 3 >=3.4 downloaded from python.org; if you're using a GNU/Linux distribution, you can find how to install it on this page. After setting up pip, you can install certbot-extra-formats by simply typing in your terminal

pip3 install certbot-extra-formats

Usage

$ certbot-extra-formats --help

usage: certbot-extra-formats [-h] [--verbose] [--certroot CERTROOT] [app ...]

Writes a "Let's Encrypt" certificate compatible with a given application

positional arguments:
  app                  application that request the certificate: ejabberd, haproxy, lighttpd,
                       tomcat7, httpd-dh (apache <= 2.4.7 with DH parameters)

options:
  -h, --help           show this help message and exit
  --verbose            extended output
  --certroot CERTROOT  directory which contains the letsencrypt certificates

About

This program is licensed under GNU Affero General Public License v3 or later by Pellegrino Prevete. If you find this program useful, consider offering me a beer, a new computer or a part time remote job to help me pay the bills.