From d9995c0062897cf5a0bc960825d2a9d92940c985 Mon Sep 17 00:00:00 2001 From: josh-wong Date: Tue, 14 Oct 2025 08:55:59 +0000 Subject: [PATCH] AUTO: Sync Kubernetes docs to ScalarDB 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.13/scalar-kubernetes/HowToCreateKeyAndCertificateFiles.mdx b/i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/version-3.13/scalar-kubernetes/HowToCreateKeyAndCertificateFiles.mdx index 3cf970de..35a24841 100644 --- a/i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/version-3.13/scalar-kubernetes/HowToCreateKeyAndCertificateFiles.mdx +++ b/i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/version-3.13/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` を使用する必要があります。 ## サンプルの秘密鍵と証明書ファイルを作成する手順の例