About Let’s Encrypt
Let’s Encrypt is a free, automated, and open certificate authority (CA), run for the public’s benefit. It is a service provided by the Internet Security Research Group (ISRG).
Let’s Encrypt Details
Let’s Encrypt
User availability .G. | |
This is a global application. Can be installed by Admin user. |
Install Location | /root/acme.sh |
Certificate Install Location | /etc/nginx/ssl/${domain} |
Config Location | /root/.acme.sh |
Nginx Location | N/A |
Service Location | N/A |
Port | Requires ports 80 and 443 to be connectable. |
### INSTALL qb install lecert -d somedomain.com installs an ssl certificate to be used for the dashboard on the specified domain qb install lecert -d somedomain.com -o no-dash installs an ssl certificate for the specified domain qb install lecert -d some.emby.domain -o no-dash -o emby installs an ssl certificate for the specified emby domain qb install lecert -d some.komga.domain -o no-dash -o komga installs an ssl certificate for the specified komga domain qb install lecert -d some.overseerr.domain -o no-dash -o overseerr installs an ssl certificate for the specified overseerr domain qb install lecert -d some.plex.domain -o no-dash -o plex installs an ssl certificate for the specified plex domain ### UNINSTALL qb remove lecert -d somedomain.com removes ssl certificate from the specified domain ### REINSTALL qb reinstall lecert -d somedomain.com reinstalls ssl certificate used for the dashboard on the specified domain qb reinstall lecert -d somedomain.com -o no-dash reinstalls an ssl certificate for the specified domain qb reinstall lecert -d some.emby.domain -o no-dash -o emby reinstalls an ssl certificate for the specified emby domain qb reinstall lecert -d some.komga.domain -o no-dash -o komga reinstalls an ssl certificate for the specified komga domain qb reinstall lecert -d some.overseerr.domain -o no-dash -o overseerr reinstalls an ssl certificate for the specified overseerr domain qb reinstall lecert -d some.plex.domain -o no-dash -o plex reinstalls an ssl certificate for the specified plex domain
Ensure that the applications are installed first and valid domains already created on your DNS when installing an SSL certificate with either of the emby, komga, overseerr, or plex options:
-o no-dash -o [emby|komga|overseerr|plex]
This will additionally stage the necessary nginx reverse configuration files, as well as update the Dashboard for proper linking and access.
Note that this is only required should the emby, komga, overseerr, or plex software be installed without using the supplied -d
(--domain) flag. Example: builds application and sets up domain at a later time.
Use
qb help [SOFTWARE]
when unsure!