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.
iot/labs/CockRoachDBEntityFrameworkC...
wanggang 11e7b2ecdf
cockroachdb ef core ssl test
5 years ago
..
.gitignore cockroachdb ef core ssl test 5 years ago
CockRoachDBEntityFrameworkCoreTest.csproj cockroachdb ef core ssl test 5 years ago
CockRoachDBEntityFrameworkCoreTest.sln cockroachdb ef core ssl test 5 years ago
MyDbContext.cs cockroachdb ef core ssl test 5 years ago
Program.cs cockroachdb ef core ssl test 5 years ago
README.md cockroachdb ef core ssl test 5 years ago
User.cs cockroachdb ef core ssl test 5 years ago
client.root.pk12 cockroachdb ef core ssl test 5 years ago

README.md

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

文档地址: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