証明書署名リクエストを使用して証明書を作成する
bookmark_borderbookmark
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
CSR を使用して、指定した認証局によって証明書を発行します。
もっと見る
このコードサンプルを含む詳細なドキュメントについては、以下をご覧ください。
コードサンプル
CA Service への認証を行うには、アプリケーションのデフォルト認証情報を設定します。
詳細については、ローカル開発環境の認証の設定をご覧ください。
CA Service への認証を行うには、アプリケーションのデフォルト認証情報を設定します。
詳細については、ローカル開発環境の認証の設定をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],[],[[["This page details how to create a certificate issued by a specified Certificate Authority using a Certificate Signing Request (CSR), which contains the public key and domain details."],["The provided code samples in Java and Python demonstrate how to create a certificate using a CSR, including setting up authentication and specifying parameters such as project ID, location, pool name, and certificate authority name."],["Terraform is also shown as a viable means to creating a certificate using a CSR, defining resources such as the certificate authority, and the certificate itself."],["Application Default Credentials (ADC) are required to authenticate to the CA Service, and instructions for setting this up in a local development environment are provided."],["The certificate creation process involves specifying the certificate's lifetime, setting the parent CA pool, and identifying the issuing certificate authority, with the response providing the signed certificate and issuer chain list."]]],[]]