Go to file
VirtuBox b5e0b164d2 Set theme jekyll-theme-cayman 2018-05-02 23:29:53 +02:00
docs Set theme jekyll-theme-cayman 2018-05-02 23:29:53 +02:00
script first pre-release 2018-05-02 22:42:36 +02:00
LICENSE Initial commit 2018-04-26 13:57:15 +02:00
README.md edit installation steps 2018-05-02 23:14:50 +02:00
ee-acme.png create initial config to get links 2018-04-27 11:31:32 +02:00
install.sh change installation order - cleanup code 2018-05-02 23:28:47 +02:00

README.md

ee-acme-sh

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

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
  • Automated Certificates Renewal

ee-acme-sh

Installation

cd && bash <(wget --no-check-certificate -O - https://raw.githubusercontent.com/VirtuBox/ee-acme-sh/master/install.sh)

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

Usage :

# Install a SSL certificate on a domain + alias www
1. ee-acme-www

# Install a SSL certificate on a subdomain 
ee-acme-subdomain 

# Install a Wildcard SSL certificate on a domain 
ee-acme-wildcard 

Limitations

  • Wildcard certs are only available with Cloudflare DNS API