File tree Expand file tree Collapse file tree
zookeeper-client/zookeeper-client-c/ssl Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ distinguished_name = dn
4141C = US
4242ST = California
4343L = San Francisco
44- O = Bookkeeper
45- emailAddress = dev@bookkeeper .apache.org
46- CN = bookkeeper .apache.org
44+ O = ZooKeeper
45+ emailAddress = dev@zookeeper .apache.org
46+ CN = zookeeper .apache.org
4747EOF
4848)
4949
@@ -63,9 +63,9 @@ distinguished_name = dn
6363C = US
6464ST = California
6565L = San Francisco
66- O = Bookkeeper
67- emailAddress = dev@bookkeeper .apache.org
68- CN = bookkeeper .apache.org
66+ O = ZooKeeper
67+ emailAddress = dev@zookeeper .apache.org
68+ CN = zookeeper .apache.org
6969EOF
7070)
7171openssl x509 -req -in client.csr -CA root.crt -CAkey rootkey.pem -CAcreateserial -days 3650 -out client.crt
@@ -94,9 +94,9 @@ distinguished_name = dn
9494C = US
9595ST = California
9696L = San Francisco
97- O = Bookkeeper
98- emailAddress = dev@bookkeeper .apache.org
99- CN = bookkeeper .apache.org
97+ O = ZooKeeper
98+ emailAddress = dev@zookeeper .apache.org
99+ CN = zookeeper .apache.org
100100EOF
101101)
102102openssl x509 -req -in server.csr -CA root.crt -CAkey rootkey.pem -CAcreateserial -days 3650 -out server.crt
You can’t perform that action at this time.
0 commit comments