0.0
No commit activity in last 3 years
No release in over 3 years
A cli interface for ACMEv2 DNS challenges with Route53
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

ACME R53 Cli

Gem Version

A tool to sign TLS certificates using Let's Encrypt using Acme v02 with DNS-01 challenge.

Usage

acme-r53.rb

Usage:
  acme-r53.rb sign [options] <domain_name> [<alt_name>...]
  acme-r53.rb register [options] --email <email> [--agree-terms]
  acme-r53.rb -h | --help
  acme-r53.rb -v | --version

Options:
  -h --help                  Show this message
  -v --version               Show the version
  --account <account.pem>    Provide existing account key
  --domain <domain.pem>      Provide domain private key
  --staging                  Use LE Staging directory
  --ec                       Use EC private keys

Contributing

Submit a PR.

License

The gem is available as open source under the terms of the MIT License.