Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samssausages/unraid-install-sslcert
https://github.com/samssausages/unraid-install-sslcert
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/samssausages/unraid-install-sslcert
- Owner: samssausages
- License: gpl-3.0
- Created: 2023-04-25T23:22:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-26T11:37:46.000Z (about 1 month ago)
- Last Synced: 2024-12-26T12:24:30.314Z (about 1 month ago)
- Language: Shell
- Size: 33.2 KB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unraid-install-sslcert
This script helps you install and update custom SSL Certificates on Unraid.
It is setup to work with pfsense and ACME certificates
One script retrieves the certs to your local server from pfsense, using the ACME plugin.
The other script copies them over and restarts the webserver.The two scripts could be combined, but I separated them so people who don't use pfsense can use just the one script.
Install using User-Scripts and set a cron schedule, ideally for 60 days.
Changelog:
v0.7
- Increased usability with server_name variable, so user doesn't need to update the raw path.
- added error check to cp operation
- added error check to restart nginx operationtodo:
- update targets to handle them them explicitly for better durability.
- add dependency check for destination dir