Releases: SteveLTN/https-portal
Releases · SteveLTN/https-portal
v1.4.0
Some small feature updates:
- Add option to manually set genrsa numbits - @YDKK
- Add IP access restriction support - @prilka
- Update the document
- Fix a bug of HTTP basic auth
v1.3.0
Add support for HTTP basic auth.
v1.2.9
Further fix the backwards compatibility issue.
v1.2.8
Fix issues with linking signed certs to chained ones.
v1.2.7
Use a dummy process to chain certificates, for backward compatibility.
v1.2.6
Bugfix.
If you provide your own Nginx config and used chained_cert_path
, it gave errors because the method is deprecated. Now it gives a warning and calls signed_cert_path
.
v1.2.5
- Use ACME v2 protocol
- Skip checking from within the container.
Thanks to @jacqt
v1.2.4
Fix the issue where cron jobs don't get environment variables.
v1.2.3
- Update the message in the welcome screen
v1.2.2
- Bugfix: "dockerhost" upstream didn't work.