Skip to content
Snippets Groups Projects
Commit cdd8faee authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
Browse files

enable inter kms tls

parent b2c96233
No related branches found
No related tags found
1 merge request!208Draft: Resolve "Enable TLS for all local settings (integration-tests, debug, etc.)"
...@@ -11,7 +11,7 @@ AkmsCkmsTLS: ...@@ -11,7 +11,7 @@ AkmsCkmsTLS:
KeyFile: "config/ssl/kms1.key" KeyFile: "config/ssl/kms1.key"
GRPCTimeoutInSeconds: 600 GRPCTimeoutInSeconds: 600
KmsTLS: KmsTLS:
Active: false Active: true
CAFile: "config/ssl/ca.crt" CAFile: "config/ssl/ca.crt"
CertFile: "config/ssl/kms1.crt" CertFile: "config/ssl/kms1.crt"
KeyFile: "config/ssl/kms1.key" KeyFile: "config/ssl/kms1.key"
......
...@@ -11,7 +11,7 @@ AkmsCkmsTLS: ...@@ -11,7 +11,7 @@ AkmsCkmsTLS:
KeyFile: "config/ssl/kms2.key" KeyFile: "config/ssl/kms2.key"
GRPCTimeoutInSeconds: 600 GRPCTimeoutInSeconds: 600
KmsTLS: KmsTLS:
Active: false Active: true
CAFile: "config/ssl/ca.crt" CAFile: "config/ssl/ca.crt"
CertFile: "config/ssl/kms2.crt" CertFile: "config/ssl/kms2.crt"
KeyFile: "config/ssl/kms2.key" KeyFile: "config/ssl/kms2.key"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment