nilfalse / cert

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cert

Obtain automated SSL/TLS certificates with wildcard support using this Makefile. Can run on CI (e.g. Github Actions).

Prerequisites

Sample cli.ini

email = root@example.com

agree-tos = true
no-eff-email = true
non-interactive = true
staple-ocsp = true

rsa-key-size = 4096

server = https://acme.zerossl.com/v2/DV90
eab-kid = ...
eab-hmac-key = ...

Optional fine-tuning

Optionally you may want to configure the following CAA records for your apex domain:

  • iodef mailto:youremail@example.com
  • issuewild sectigo.com
  • issue sectigo.com

About


Languages

Language:Makefile 100.0%