You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by vo...@apache.org on 2019/08/07 11:31:30 UTC

[rocketmq-docker] 06/24: Merge pull request #2 from walking98/master

This is an automated email from the ASF dual-hosted git repository.

vongosling pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-docker.git

commit 2d7691130f4ad898509cc47260bd25a0542c02bb
Merge: fb1ec24 4d14bca
Author: dinglei <li...@163.com>
AuthorDate: Thu Jun 13 16:53:12 2019 +0800

    Merge pull request #2 from walking98/master
    
    [Issue#1] Need script for TLS/SSL scenario

 README.md                                     |  18 +++-
 templates/play-docker-tls.sh                  |  28 +++++++
 templates/ssl/README.md                       | 113 ++++++++++++++++++++++++++
 templates/ssl/ca.crt                          |  21 +++++
 templates/ssl/ca.srl                          |   1 +
 templates/ssl/ca_rsa_private.pem              |  30 +++++++
 templates/ssl/client.crt                      |  21 +++++
 templates/ssl/client.csr                      |  17 ++++
 templates/ssl/client_rsa_private.pem          |  30 +++++++
 templates/ssl/client_rsa_private.pem.unsecure |  27 ++++++
 templates/ssl/client_rsa_private_pkcs8.pem    |  29 +++++++
 templates/ssl/server.crt                      |  21 +++++
 templates/ssl/server.csr                      |  17 ++++
 templates/ssl/server_rsa_private.pem          |  30 +++++++
 templates/ssl/server_rsa_private.pem.unsecure |  27 ++++++
 templates/ssl/server_rsa_private_pkcs8.pem    |  29 +++++++
 templates/ssl/ssl.properties                  |  13 +++
 17 files changed, 471 insertions(+), 1 deletion(-)