Releases: SteveLTN/https-portal
Releases · SteveLTN/https-portal
1.4.3
- Bugfix: underscores in domains or upstreams result errors
- Check not only if the keys exist, but also it is a valid key before skipping generating them
v1.4.2
Change version number in welcome to 1.4.2
v1.4.1
This is just a dummy release to test DockerHub's automatic versioning :-)
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