-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tls): reorder TLS ciphersuites and curve preference (#166)
- Removing insecure ciphers, pure RSA is not forward-secret - Curve preference for elliptic curves - Upgrade go.mod file to go1.16 - Upgrade builder image to golang:1.16-alpine3.13 - Base image upgrade to alpine:3.13 - resolves #160 Signed-off-by: Anton Ouzounov <[email protected]> Co-authored-by: Nick <[email protected]>
- Loading branch information
1 parent
98a3d45
commit 7b6588b
Showing
2 changed files
with
21 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,4 +41,3 @@ RUN chmod a+x /entrypoint.sh | |
ENTRYPOINT ["/sbin/tini", "--", "/entrypoint.sh"] | ||
|
||
CMD ["--help"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters