Remove redundant info
This commit is contained in:
@@ -6,21 +6,6 @@
|
||||
#
|
||||
# Copyright 2020 Bryan Roessler <bryanroessler@gmail.com>
|
||||
#
|
||||
# USAGE
|
||||
# ./acme-cpanel.sh [OPTIONS] [FILES...]
|
||||
#
|
||||
# EXAMPLES
|
||||
# TESTING: ./acme-cpanel-webroot.sh --debug -e me@gmail.com multisites/flatwhitedesign.pw multisites/greengingermultisite.website
|
||||
# PRODUCTION: ./acme-cpanel-webroot.sh --force -e me@gmail.com multisites/flatwhitedesign.pw multisites/greengingermultisite.website
|
||||
#
|
||||
# TESTING: ./acme-cpanel-webroot.sh --debug -s multisites
|
||||
# PRODUCTION: ./acme-cpanel-webroot.sh --force -s multisites
|
||||
#
|
||||
# FILES is a list of files containing first-level DOMAIN names (see domains.txt) on newlines
|
||||
# Certificates will automatically be issued and deployed for DOMAIN and www.DOMAIN using the webroot method
|
||||
#
|
||||
# NOTE: The webroot method does NOT support wildcard domains, Let's Encrypt requires wildcard domains to
|
||||
# use DNS challenges, which the cPanel uapi does not support (use dns method instead)
|
||||
|
||||
unset SITES_DIR USEREMAIL DOMAIN_FILES DOMAIN_GROUPS DEPLOY_CMD_PREFIX ISSUE_CMD_PREFIX DEBUG GROUP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user