forked from sigstore/rekor
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add TLS support for Trillian server (sigstore#2164) (#301)
#### Summary This pull request introduces support for enabling TLS in communications with the Trillian server. By adding a new command-line flag `--trillian_log_server.tls_ca_cert` and implementing the necessary logic to handle TLS certificates, this update enhances the security of Rekor. #### Release Note - Feature: Added support for TLS in communication with the Trillian server. - New Flag: - `--trillian_log_server.tls_ca_cert` to specify the CA certificate file path for secure connections. Resolves Issue: sigstore#2163 --------- Signed-off-by: Firas Ghanmi <fghanmi@redhat.com>
- Loading branch information
Showing
4 changed files
with
80 additions
and
57 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
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
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
Oops, something went wrong.