You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Currently, the communication between Rekor and Trillian server does not support Transport Layer Security. This exposes the system to potential security risks such as data interception and man-in-the-middle attacks. To enhance the security and integrity of services communications, it is imperative to introduce an option to enable TLS - Rekor would ensure the verification of Trillian's certificates.
The text was updated successfully, but these errors were encountered:
#### 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>
Description
Currently, the communication between Rekor and Trillian server does not support Transport Layer Security. This exposes the system to potential security risks such as data interception and man-in-the-middle attacks. To enhance the security and integrity of services communications, it is imperative to introduce an option to enable TLS - Rekor would ensure the verification of Trillian's certificates.
The text was updated successfully, but these errors were encountered: