clayauld / zerossl-bot

The repository for the ZeroSSL certbot wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zerossl-bot

This repository contains a wrapper script that makes it easier to use Electronic Frontier Foundation's (EFF's) Certbot with the ZeroSSL ACME server

Installation

  1. Install the operating system packages for curl and certbot
  2. Install the ZeroSSL wrapper script
    1. Quick:
      1. run bash <(curl -s https://raw.githubusercontent.com/clayauld/zerossl-bot/master/get-zerosslbot.sh)
      2. Done!
    2. Careful:
      1. Run curl -s https://raw.githubusercontent.com/clayauld/zerossl-bot/master/get-zerosslbot.sh > get-zerosslbot.sh
      2. Inspect the file to see that it does what it is supposed to do
      3. Run source get-zerosslbot.sh

Usage

To use the ZeroSSL ACME server instead of running certbot run zerossl-bot.

Examples

sudo zerossl-bot certonly --standalone -m anton@example.com -d mydomain.example.com
sudo zerossl-bot --apache -m barbara@example.com -d myotherdomain.example.com
sudo zerossl-bot --apache -d mythirddomain.example.com --zerossl-api-key 1234567890abcdef1234567890abcdef

About

The repository for the ZeroSSL certbot wrapper


Languages

Language:Shell 100.0%