diff options
author | Dan Timoney <dtimoney@att.com> | 2019-10-31 12:57:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-10-31 12:57:33 +0000 |
commit | 9fe840e96ce51f7204fb03e7bbb4820d4b88f309 (patch) | |
tree | ec14e1bd43090eb069b423aa50cb3acc8836e272 /ms/py-executor/README | |
parent | e875f21826bd1ff4964d06deba7784587b4f95b6 (diff) | |
parent | a5ceb2485df10aa4987c64975d7200ff090c5890 (diff) |
Merge "Py executor grpc TLS server authentication."
Diffstat (limited to 'ms/py-executor/README')
-rw-r--r-- | ms/py-executor/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ms/py-executor/README b/ms/py-executor/README new file mode 100644 index 000000000..919795a3c --- /dev/null +++ b/ms/py-executor/README @@ -0,0 +1,5 @@ + +Generate Server Certificates +------------------------------ + +openssl req -x509 -newkey rsa:4096 -keyout py-executor-key.pem -out py-executor-chain.pem -days 3650 -nodes -subj '/CN=localhost'
\ No newline at end of file |