basher bash package manager

acmesh-official/acme.sh

https://github.com/acmesh-official/acme.sh

GitHub Repo stars GitHub top language GitHub issues GitHub tag (latest by date) GitHub last commit GitHub contributors

basher install

## To install this package with basher
$ basher install acmesh-official/acme.sh

Description

A pure Unix shell script implementing ACME (LetsEncrypt) client protocol

Usage

Example 1: Single domain.

acme.sh --issue -d example.com -w /home/wwwroot/example.com

# or:

acme.sh --issue -d example.com -w /home/username/public_html

# or:

acme.sh --issue -d example.com -w /var/www/html