CertificateConfig
Stay organized with collections
Save and categorize content based on your preferences.
A CertificateConfig
describes an X.509 certificate or CSR that is to be created, as an alternative to using ASN.1.
SubjectConfig
These values are used to create the distinguished name and subject alternative name fields in an X.509 certificate.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-30 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-30 UTC."],[[["\u003cp\u003eA \u003ccode\u003eCertificateConfig\u003c/code\u003e describes an X.509 certificate or CSR, providing an alternative to ASN.1.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003esubjectConfig\u003c/code\u003e field within \u003ccode\u003eCertificateConfig\u003c/code\u003e specifies values related to the certificate's subject.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ereusableConfig\u003c/code\u003e field is needed to define how technical fields in the certificate are populated.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSubjectConfig\u003c/code\u003e defines the values for the distinguished name and subject alternative name in an X.509 certificate.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSubjectConfig\u003c/code\u003e consists of a \u003ccode\u003esubject\u003c/code\u003e object, a \u003ccode\u003ecommonName\u003c/code\u003e string and a \u003ccode\u003esubjectAltName\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,["# CertificateConfig\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [SubjectConfig](#SubjectConfig)\n - [JSON representation](#SubjectConfig.SCHEMA_REPRESENTATION)\n\nA [CertificateConfig](/certificate-authority-service/docs/reference/rest/v1beta1/CertificateConfig) describes an X.509 certificate or CSR that is to be created, as an alternative to using ASN.1.\n\nSubjectConfig\n-------------\n\nThese values are used to create the distinguished name and subject alternative name fields in an X.509 certificate."]]