From 6d94028b22dc4ded6c6e538a7bd3466b6830f196 Mon Sep 17 00:00:00 2001 From: josh-wong Date: Tue, 14 Oct 2025 08:55:57 +0000 Subject: [PATCH] AUTO: Sync Kubernetes docs to ScalarDL docs site repo --- .../scalar-kubernetes/HowToCreateKeyAndCertificateFiles.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/version-3.11/scalar-kubernetes/HowToCreateKeyAndCertificateFiles.mdx b/i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/version-3.11/scalar-kubernetes/HowToCreateKeyAndCertificateFiles.mdx index 3cf970de..35a24841 100644 --- a/i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/version-3.11/scalar-kubernetes/HowToCreateKeyAndCertificateFiles.mdx +++ b/i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/version-3.11/scalar-kubernetes/HowToCreateKeyAndCertificateFiles.mdx @@ -16,6 +16,7 @@ import TranslationBanner from '/src/components/_translation-ja-jp.mdx'; ## 証明書の要件 * 秘密鍵と証明書ファイルのアルゴリズムとしては `RSA` または `ECDSA` のみ使用可能です。 +* ScalarDB Analytics server の場合は、gRPC のデフォルト設定に基づき、秘密鍵の形式として `PKCS #8` を使用する必要があります。 ## サンプルの秘密鍵と証明書ファイルを作成する手順の例