https://github.com/jenkstom/letsencrypt-simplehelp
Script to install letsencrypt certificate into simplehelp server.
https://github.com/jenkstom/letsencrypt-simplehelp
Last synced: 24 days ago
JSON representation
Script to install letsencrypt certificate into simplehelp server.
- Host: GitHub
- URL: https://github.com/jenkstom/letsencrypt-simplehelp
- Owner: jenkstom
- Created: 2016-11-11T15:39:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-11T15:55:40.000Z (over 8 years ago)
- Last Synced: 2025-02-08T03:17:01.745Z (3 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Letsencrypt importer for SimpleHelp server.
This presumes you are on Linux and have openssl installed. Change
the following:* server_name to your servername used
by letsencrypt (look in /etc/letsencrypt/live/ to see what it is).* mypass to a random password used to protect keystores. You'll need
to put this into the server configuration at least once.* shlocation to the install location for SimpleHelp.
## Instructions
You need to setup SimpleHelp and letsencrypt first. Add an autorenew
for letsencrypt to your crontab, then add the import_key_for_simplehelp.sh
script for a few minutes later.The first time you run this script should be manually. Download the
keystore file from $shlocation/configuration/sslconfig/keystore. Then
upload it through the admin configuration screen and enter the password
used in the script ($mypass). Once it is loaded initially you should
be able to forget about it and let this script updated the keystore
via cron.NOTE: The newer version (4.4) of the SimpleHelp server will support
letsencrypt certificates directly. So this is probably a temporary fix.