Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ This guide explains how to create private key and certificate files for TLS conn
## Certificate requirements

* You can use only `RSA` or `ECDSA` as an algorithm for private key and certificate files.
* For ScalarDB Analytics server, you must use `PKCS #8` as the private key format based on the default setting of gRPC.

## Example steps to create sample private key and certificate files

Expand Down