From 910fa69e65b3d151ef2bdbbf90fdcc31cfa01008 Mon Sep 17 00:00:00 2001 From: Brinda Santh Date: Tue, 22 Oct 2019 16:14:00 -0400 Subject: Add grpc TLS property lib services. Issue-ID: CCSDK-1853 Signed-off-by: Brinda Santh Change-Id: I92c8b39a6db0bf7c1fe7e9928e4eddaef8a30f07 --- .../modules/commons/grpc-lib/src/test/resources/tls-manual/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ms/blueprintsprocessor/modules/commons/grpc-lib/src/test/resources/tls-manual/README (limited to 'ms/blueprintsprocessor/modules/commons/grpc-lib/src/test/resources/tls-manual/README') diff --git a/ms/blueprintsprocessor/modules/commons/grpc-lib/src/test/resources/tls-manual/README b/ms/blueprintsprocessor/modules/commons/grpc-lib/src/test/resources/tls-manual/README new file mode 100644 index 000000000..c4e91a2fc --- /dev/null +++ b/ms/blueprintsprocessor/modules/commons/grpc-lib/src/test/resources/tls-manual/README @@ -0,0 +1,5 @@ + +Generate Certifactes & Keys +---------------------------- + +openssl req -x509 -newkey rsa:4096 -keyout my-private-key.pem -out my-public-key-cert.pem -days 3650 -nodes -subj '/CN=localhost' -- cgit 1.2.3-korg