Skip to content

Releases: SteveLTN/https-portal

1.4.3

09 Oct 18:50
Compare
Choose a tag to compare
  • 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

18 Sep 17:47
Compare
Choose a tag to compare

Change version number in welcome to 1.4.2

v1.4.1

18 Sep 17:43
Compare
Choose a tag to compare

This is just a dummy release to test DockerHub's automatic versioning :-)

v1.4.0

18 Sep 17:23
Compare
Choose a tag to compare

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

23 Jun 15:31
Compare
Choose a tag to compare

Add support for HTTP basic auth.

v1.2.9

31 May 19:58
Compare
Choose a tag to compare

Further fix the backwards compatibility issue.

v1.2.8

30 Apr 19:20
Compare
Choose a tag to compare

Fix issues with linking signed certs to chained ones.

v1.2.7

27 Apr 18:00
367e4d4
Compare
Choose a tag to compare

Use a dummy process to chain certificates, for backward compatibility.

v1.2.6

25 Apr 04:00
Compare
Choose a tag to compare

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

24 Apr 20:16
Compare
Choose a tag to compare
  • Use ACME v2 protocol
  • Skip checking from within the container.

Thanks to @jacqt