cockroachdb / docs

CockroachDB user documentation
https://cockroachlabs.com/docs
Creative Commons Attribution 4.0 International
190 stars 460 forks source link

Feedback: Build a Simple CRUD Java App with CockroachDB and JDBC #14565

Open knz opened 2 years ago

knz commented 2 years ago

Raphael 'kena' Poss (knz) commented:

Page: https://cockroachlabs.com/docs/v22.1/build-a-java-app-with-cockroachdb.html

This page merely suggests that the user should generate PKCS#8 keys, but this misses the point. The user doesn't really have a choice, they have to do this.

This is properly explained in the dbeaver page: image

Jira Issue: DOC-5090

knz commented 2 years ago

The need to use PKCS#8 keys (and ensure that the file name ends with .pk8) should be a callout on all the java examples.