You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
387 B
387 B
文档地址:http://doc.cockroachchina.baidu.com/
生成安全证书&启动节点:http://doc.cockroachchina.baidu.com/#quick-start/start-a-local-cluster/from-binary/
生成pk12文件:openssl pkcs12 -export -password pass: -in client.root.crt -inkey client.root.key -out client.root.pk12
命令行创建数据库: cockroach sql --certs-dir certs
create database MyTest; \q