Go to file
VirtuBox a98cc22643 fix ip validation and cleanup code 2019-01-28 01:16:42 +01:00
docs update documentation 2018-09-27 16:27:26 +02:00
script fix ip validation and cleanup code 2019-01-28 01:16:42 +01:00
LICENSE Initial commit 2018-04-26 13:57:15 +02:00
README.md update documentation 2018-09-27 16:27:26 +02:00
ee-acme.png update screenshot 2018-09-21 14:29:53 +02:00
install.sh fix ip validation and cleanup code 2019-01-28 01:16:42 +01:00

README.md

ee-acme-sh

Bash script to install Let's Encrypt SSL certificates automatically using acme.sh on servers running with EasyEngine

ee-acme-sh

Features

  • Automated Installation of Let's Encrypt SSL certificates using acme.sh
  • Acme validation with standalone mode or Cloudflare DNS API
  • Domain, Subdomain & Wildcard SSL Certificates support
  • IPv6 Support
  • Generate ECDSA Certificates with ECC 384 Bits private key
  • Automated Certificates Renewal
  • Nginx mainline & stable release support
  • Cert-only mode available

Installation

bash <(wget -qO - https://raw.githubusercontent.com/VirtuBox/ee-acme-sh/master/install.sh)

# enable acme.sh & ee-acme-sh
source .bashrc

Update script

Just run the installation command again

Usage

Usage: ee-acme [type] <domain> [mode]
  Types:
       -d, --domain <domain_name> ..... for domain.tld + www.domain.tld
       -s, --subdomain <subdomain_name> ....... for sub.domain.tld
       -w, --wildcard <domain_name> ..... for domain.tld + *.domain.tld
  Modes:
       --standalone ..... acme challenge in standalone mode
       --cf ..... acme challenge in dns mode with Cloudflare
  Options:
       --cert-only ... do not change nginx configuration, only display it
       --admin ... secure easyengine backend with the certificate
       -h, --help, help ... displays this help information
Examples:

domain.tld + www.domain.tld in standalone mode :
    ee-acme -d domain.tld --standalone

sub.domain.tld in dns mode with Cloudflare :
    ee-acme -s sub.domain.tld --cf

wildcard certificate for domain.tld in dns mode with Cloudflare :
    ee-acme -w domain.tld --cf

domain.tld + www.domain.tld in standalone mode without editing Nginx configuration :
    ee-acme -d domain.tld --standalone --cert-only

sub.domain.tld in standalone mode to secure easyengine backend on port 22222 :
    ee-acme -s sub.domain.tld --standalone --admin

Limitations

  • Wildcard certs are only available with Cloudflare DNS API