ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getSmPrivateCertificateConfigurationIntermediateCa
Explore with Pulumi AI
Provides a read-only data source for the configuraion of an intermediate CA. You can then reference the fields of the data source in other resources within the same configuration using interpolation syntax.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const intermediateCa = ibm.getSmPrivateCertificateConfigurationIntermediateCa({
instanceId: ibm_resource_instance.sm_instance.guid,
region: "us-south",
name: "configuration-name",
});
import pulumi
import pulumi_ibm as ibm
intermediate_ca = ibm.get_sm_private_certificate_configuration_intermediate_ca(instance_id=ibm_resource_instance["sm_instance"]["guid"],
region="us-south",
name="configuration-name")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.LookupSmPrivateCertificateConfigurationIntermediateCa(ctx, &ibm.LookupSmPrivateCertificateConfigurationIntermediateCaArgs{
InstanceId: ibm_resource_instance.Sm_instance.Guid,
Region: pulumi.StringRef("us-south"),
Name: "configuration-name",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var intermediateCa = Ibm.GetSmPrivateCertificateConfigurationIntermediateCa.Invoke(new()
{
InstanceId = ibm_resource_instance.Sm_instance.Guid,
Region = "us-south",
Name = "configuration-name",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetSmPrivateCertificateConfigurationIntermediateCaArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var intermediateCa = IbmFunctions.getSmPrivateCertificateConfigurationIntermediateCa(GetSmPrivateCertificateConfigurationIntermediateCaArgs.builder()
.instanceId(ibm_resource_instance.sm_instance().guid())
.region("us-south")
.name("configuration-name")
.build());
}
}
variables:
intermediateCa:
fn::invoke:
function: ibm:getSmPrivateCertificateConfigurationIntermediateCa
arguments:
instanceId: ${ibm_resource_instance.sm_instance.guid}
region: us-south
name: configuration-name
Using getSmPrivateCertificateConfigurationIntermediateCa
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSmPrivateCertificateConfigurationIntermediateCa(args: GetSmPrivateCertificateConfigurationIntermediateCaArgs, opts?: InvokeOptions): Promise<GetSmPrivateCertificateConfigurationIntermediateCaResult>
function getSmPrivateCertificateConfigurationIntermediateCaOutput(args: GetSmPrivateCertificateConfigurationIntermediateCaOutputArgs, opts?: InvokeOptions): Output<GetSmPrivateCertificateConfigurationIntermediateCaResult>
def get_sm_private_certificate_configuration_intermediate_ca(endpoint_type: Optional[str] = None,
id: Optional[str] = None,
instance_id: Optional[str] = None,
name: Optional[str] = None,
region: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSmPrivateCertificateConfigurationIntermediateCaResult
def get_sm_private_certificate_configuration_intermediate_ca_output(endpoint_type: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
instance_id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
region: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSmPrivateCertificateConfigurationIntermediateCaResult]
func LookupSmPrivateCertificateConfigurationIntermediateCa(ctx *Context, args *LookupSmPrivateCertificateConfigurationIntermediateCaArgs, opts ...InvokeOption) (*LookupSmPrivateCertificateConfigurationIntermediateCaResult, error)
func LookupSmPrivateCertificateConfigurationIntermediateCaOutput(ctx *Context, args *LookupSmPrivateCertificateConfigurationIntermediateCaOutputArgs, opts ...InvokeOption) LookupSmPrivateCertificateConfigurationIntermediateCaResultOutput
> Note: This function is named LookupSmPrivateCertificateConfigurationIntermediateCa
in the Go SDK.
public static class GetSmPrivateCertificateConfigurationIntermediateCa
{
public static Task<GetSmPrivateCertificateConfigurationIntermediateCaResult> InvokeAsync(GetSmPrivateCertificateConfigurationIntermediateCaArgs args, InvokeOptions? opts = null)
public static Output<GetSmPrivateCertificateConfigurationIntermediateCaResult> Invoke(GetSmPrivateCertificateConfigurationIntermediateCaInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSmPrivateCertificateConfigurationIntermediateCaResult> getSmPrivateCertificateConfigurationIntermediateCa(GetSmPrivateCertificateConfigurationIntermediateCaArgs args, InvokeOptions options)
public static Output<GetSmPrivateCertificateConfigurationIntermediateCaResult> getSmPrivateCertificateConfigurationIntermediateCa(GetSmPrivateCertificateConfigurationIntermediateCaArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getSmPrivateCertificateConfigurationIntermediateCa:getSmPrivateCertificateConfigurationIntermediateCa
arguments:
# arguments dictionary
The following arguments are supported:
- Instance
Id string - The GUID of the Secrets Manager instance.
- Name string
- The name of the configuration.
- Constraints: The maximum length is
128
characters. The minimum length is2
characters. The value must match regular expression/^[A-Za-z0-9][A-Za-z0-9]*(?:_?-?\\.?[A-Za-z0-9]+)*$/
.
- Constraints: The maximum length is
- Endpoint
Type string - The endpoint type. If not provided the endpoint type is determined by the
visibility
argument provided in the provider configuration.- Constraints: Allowable values are:
private
,public
.
- Constraints: Allowable values are:
- Id string
- (String) The ID of a PKCS#11 key to use. If the key does not exist and generation is enabled, this ID is given to the generated key. If the key exists, and generation is disabled, then this ID is used to look up the key. This value or the crypto key label must be specified.
- Constraints: Value length should be 36. The value must match regular expression
/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: Value length should be 36. The value must match regular expression
- Region string
- The region of the Secrets Manager instance. If not provided defaults to the region defined in the IBM provider configuration.
- Instance
Id string - The GUID of the Secrets Manager instance.
- Name string
- The name of the configuration.
- Constraints: The maximum length is
128
characters. The minimum length is2
characters. The value must match regular expression/^[A-Za-z0-9][A-Za-z0-9]*(?:_?-?\\.?[A-Za-z0-9]+)*$/
.
- Constraints: The maximum length is
- Endpoint
Type string - The endpoint type. If not provided the endpoint type is determined by the
visibility
argument provided in the provider configuration.- Constraints: Allowable values are:
private
,public
.
- Constraints: Allowable values are:
- Id string
- (String) The ID of a PKCS#11 key to use. If the key does not exist and generation is enabled, this ID is given to the generated key. If the key exists, and generation is disabled, then this ID is used to look up the key. This value or the crypto key label must be specified.
- Constraints: Value length should be 36. The value must match regular expression
/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: Value length should be 36. The value must match regular expression
- Region string
- The region of the Secrets Manager instance. If not provided defaults to the region defined in the IBM provider configuration.
- instance
Id String - The GUID of the Secrets Manager instance.
- name String
- The name of the configuration.
- Constraints: The maximum length is
128
characters. The minimum length is2
characters. The value must match regular expression/^[A-Za-z0-9][A-Za-z0-9]*(?:_?-?\\.?[A-Za-z0-9]+)*$/
.
- Constraints: The maximum length is
- endpoint
Type String - The endpoint type. If not provided the endpoint type is determined by the
visibility
argument provided in the provider configuration.- Constraints: Allowable values are:
private
,public
.
- Constraints: Allowable values are:
- id String
- (String) The ID of a PKCS#11 key to use. If the key does not exist and generation is enabled, this ID is given to the generated key. If the key exists, and generation is disabled, then this ID is used to look up the key. This value or the crypto key label must be specified.
- Constraints: Value length should be 36. The value must match regular expression
/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: Value length should be 36. The value must match regular expression
- region String
- The region of the Secrets Manager instance. If not provided defaults to the region defined in the IBM provider configuration.
- instance
Id string - The GUID of the Secrets Manager instance.
- name string
- The name of the configuration.
- Constraints: The maximum length is
128
characters. The minimum length is2
characters. The value must match regular expression/^[A-Za-z0-9][A-Za-z0-9]*(?:_?-?\\.?[A-Za-z0-9]+)*$/
.
- Constraints: The maximum length is
- endpoint
Type string - The endpoint type. If not provided the endpoint type is determined by the
visibility
argument provided in the provider configuration.- Constraints: Allowable values are:
private
,public
.
- Constraints: Allowable values are:
- id string
- (String) The ID of a PKCS#11 key to use. If the key does not exist and generation is enabled, this ID is given to the generated key. If the key exists, and generation is disabled, then this ID is used to look up the key. This value or the crypto key label must be specified.
- Constraints: Value length should be 36. The value must match regular expression
/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: Value length should be 36. The value must match regular expression
- region string
- The region of the Secrets Manager instance. If not provided defaults to the region defined in the IBM provider configuration.
- instance_
id str - The GUID of the Secrets Manager instance.
- name str
- The name of the configuration.
- Constraints: The maximum length is
128
characters. The minimum length is2
characters. The value must match regular expression/^[A-Za-z0-9][A-Za-z0-9]*(?:_?-?\\.?[A-Za-z0-9]+)*$/
.
- Constraints: The maximum length is
- endpoint_
type str - The endpoint type. If not provided the endpoint type is determined by the
visibility
argument provided in the provider configuration.- Constraints: Allowable values are:
private
,public
.
- Constraints: Allowable values are:
- id str
- (String) The ID of a PKCS#11 key to use. If the key does not exist and generation is enabled, this ID is given to the generated key. If the key exists, and generation is disabled, then this ID is used to look up the key. This value or the crypto key label must be specified.
- Constraints: Value length should be 36. The value must match regular expression
/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: Value length should be 36. The value must match regular expression
- region str
- The region of the Secrets Manager instance. If not provided defaults to the region defined in the IBM provider configuration.
- instance
Id String - The GUID of the Secrets Manager instance.
- name String
- The name of the configuration.
- Constraints: The maximum length is
128
characters. The minimum length is2
characters. The value must match regular expression/^[A-Za-z0-9][A-Za-z0-9]*(?:_?-?\\.?[A-Za-z0-9]+)*$/
.
- Constraints: The maximum length is
- endpoint
Type String - The endpoint type. If not provided the endpoint type is determined by the
visibility
argument provided in the provider configuration.- Constraints: Allowable values are:
private
,public
.
- Constraints: Allowable values are:
- id String
- (String) The ID of a PKCS#11 key to use. If the key does not exist and generation is enabled, this ID is given to the generated key. If the key exists, and generation is disabled, then this ID is used to look up the key. This value or the crypto key label must be specified.
- Constraints: Value length should be 36. The value must match regular expression
/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: Value length should be 36. The value must match regular expression
- region String
- The region of the Secrets Manager instance. If not provided defaults to the region defined in the IBM provider configuration.
getSmPrivateCertificateConfigurationIntermediateCa Result
The following output properties are available:
- Alt
Names List<string> - (List) With the Subject Alternative Name field, you can specify additional host names to be protected by a single SSL certificate.
- Constraints: The list items must match regular expression
/^(.*?)$/
. The maximum length is99
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Common
Name string - (String) The Common Name (AKA CN) represents the server name that is protected by the SSL certificate.
- Constraints: The maximum length is
128
characters. The minimum length is4
characters. The value must match regular expression/(.*?)/
.
- Constraints: The maximum length is
- Config
Type string - (String) Th configuration type.
- Constraints: Allowable values are:
public_cert_configuration_ca_lets_encrypt
,public_cert_configuration_dns_classic_infrastructure
,public_cert_configuration_dns_cloud_internet_services
,iam_credentials_configuration
,private_cert_configuration_root_ca
,private_cert_configuration_intermediate_ca
,private_cert_configuration_template
.
- Constraints: Allowable values are:
- Countries List<string>
- (List) The Country (C) values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Crl
Disable bool - (Boolean) Disables or enables certificate revocation list (CRL) building.If CRL building is disabled, a signed but zero-length CRL is returned when downloading the CRL. If CRL building is enabled, it will rebuild the CRL.
- Crl
Distribution boolPoints Encoded - (Boolean) Determines whether to encode the certificate revocation list (CRL) distribution points in the certificates that are issued by this certificate authority.
- Crl
Expiry doubleSeconds - (Integer) The time until the certificate revocation list (CRL) expires, in seconds.
- Crypto
Keys List<GetSm Private Certificate Configuration Intermediate Ca Crypto Key> - (List) The data that is associated with a cryptographic key. Nested scheme for crypto_key:
- Datas
List<Get
Sm Private Certificate Configuration Intermediate Ca Data> - (List) The configuration data of your Private Certificate. Nested scheme for data:
- Exclude
Cn boolFrom Sans - (Boolean) Controls whether the common name is excluded from Subject Alternative Names (SANs).If the common name set to
true
, it is not included in DNS or Email SANs if they apply. This field can be useful if the common name is a human-readable identifier, instead of a hostname or an email address. - Expiration
Date string - (String) The date a secret is expired. The date format follows RFC 3339.
- Format string
- (String) The format of the returned data.
- Constraints: Allowable values are:
pem
,pem_bundle
.
- Constraints: Allowable values are:
- Id string
- (String) The ID of a PKCS#11 key to use. If the key does not exist and generation is enabled, this ID is given to the generated key. If the key exists, and generation is disabled, then this ID is used to look up the key. This value or the crypto key label must be specified.
- Constraints: Value length should be 36. The value must match regular expression
/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: Value length should be 36. The value must match regular expression
- Instance
Id string - Ip
Sans string - (String) The IP Subject Alternative Names to define for the CA certificate, in a comma-delimited list.
- Constraints: The maximum length is
2048
characters. The minimum length is2
characters. The value must match regular expression/(.*?)/
.
- Constraints: The maximum length is
- Issuer string
- (String) The distinguished name that identifies the entity that signed and issued the certificate.
- Constraints: The maximum length is
128
characters. The minimum length is2
characters. The value must match regular expression/(.*?)/
.
- Constraints: The maximum length is
- Issuing
Certificates boolUrls Encoded - (Boolean) Determines whether to encode the URL of the issuing certificate in the certificates that are issued by this certificate authority.
- Key
Bits double - (Integer) The number of bits to use to generate the private key.Allowable values for RSA keys are:
2048
and4096
. Allowable values for EC keys are:224
,256
,384
, and521
. The default for RSA keys is2048
. The default for EC keys is256
. - Key
Type string - (String) The type of private key to generate.
- Constraints: Allowable values are:
rsa
,ec
.
- Constraints: Allowable values are:
- Localities List<string>
- (List) The Locality (L) values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Max
Ttl doubleSeconds - (Integer) The maximum time-to-live (TTL) for certificates that are created by this CA in seconds.
- Name string
- Organizations List<string>
- (List) The Organization (O) values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Other
Sans List<string> - (List) The custom Object Identifier (OID) or UTF8-string Subject Alternative Names to define for the CA certificate.The alternative names must match the values that are specified in the
allowed_other_sans
field in the associated certificate template. The format is the same as OpenSSL:<oid>:<type>:<value>
where the current valid type isUTF8
.- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Ous List<string>
- (List) The Organizational Unit (OU) values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Postal
Codes List<string> - (List) The postal code values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Private
Key stringFormat - (String) The format of the generated private key.
- Constraints: The default value is
der
. Allowable values are:der
,pkcs8
.
- Constraints: The default value is
- Provinces List<string>
- (List) The Province (ST) values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Region string
- Secret
Type string - (String) The secret type. Supported types are arbitrary, certificates (imported, public, and private), IAM credentials, key-value, and user credentials.
- Constraints: Allowable values are:
arbitrary
,imported_cert
,public_cert
,iam_credentials
,kv
,username_password
,private_cert
.
- Constraints: Allowable values are:
- Serial
Number string - (String) The serial number to assign to the generated certificate. To assign a random serial number, you can omit this field.
- Constraints: The maximum length is
64
characters. The minimum length is32
characters. The value must match regular expression/[^a-fA-F0-9]/
.
- Constraints: The maximum length is
- Signing
Method string - (String) The signing method to use with this certificate authority to generate private certificates.You can choose between internal or externally signed options. For more information, see the docs.
- Constraints: Allowable values are:
internal
,external
.
- Constraints: Allowable values are:
- Status string
- (String) The status of the certificate authority. The status of a root certificate authority is either
configured
orexpired
. For intermediate certificate authorities, possible statuses includesigning_required
,signed_certificate_required
,certificate_template_required
,configured
,expired
orrevoked
.- Constraints: Allowable values are:
signing_required
,signed_certificate_required
,certificate_template_required
,configured
,expired
,revoked
.
- Constraints: Allowable values are:
- Street
Addresses List<string> - (List) The street address values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Uri
Sans string - (String) The URI Subject Alternative Names to define for the CA certificate, in a comma-delimited list.
- Constraints: The maximum length is
2048
characters. The minimum length is2
characters. The value must match regular expression/(.*?)/
.
- Constraints: The maximum length is
- Endpoint
Type string
- Alt
Names []string - (List) With the Subject Alternative Name field, you can specify additional host names to be protected by a single SSL certificate.
- Constraints: The list items must match regular expression
/^(.*?)$/
. The maximum length is99
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Common
Name string - (String) The Common Name (AKA CN) represents the server name that is protected by the SSL certificate.
- Constraints: The maximum length is
128
characters. The minimum length is4
characters. The value must match regular expression/(.*?)/
.
- Constraints: The maximum length is
- Config
Type string - (String) Th configuration type.
- Constraints: Allowable values are:
public_cert_configuration_ca_lets_encrypt
,public_cert_configuration_dns_classic_infrastructure
,public_cert_configuration_dns_cloud_internet_services
,iam_credentials_configuration
,private_cert_configuration_root_ca
,private_cert_configuration_intermediate_ca
,private_cert_configuration_template
.
- Constraints: Allowable values are:
- Countries []string
- (List) The Country (C) values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Crl
Disable bool - (Boolean) Disables or enables certificate revocation list (CRL) building.If CRL building is disabled, a signed but zero-length CRL is returned when downloading the CRL. If CRL building is enabled, it will rebuild the CRL.
- Crl
Distribution boolPoints Encoded - (Boolean) Determines whether to encode the certificate revocation list (CRL) distribution points in the certificates that are issued by this certificate authority.
- Crl
Expiry float64Seconds - (Integer) The time until the certificate revocation list (CRL) expires, in seconds.
- Crypto
Keys []GetSm Private Certificate Configuration Intermediate Ca Crypto Key - (List) The data that is associated with a cryptographic key. Nested scheme for crypto_key:
- Datas
[]Get
Sm Private Certificate Configuration Intermediate Ca Data - (List) The configuration data of your Private Certificate. Nested scheme for data:
- Exclude
Cn boolFrom Sans - (Boolean) Controls whether the common name is excluded from Subject Alternative Names (SANs).If the common name set to
true
, it is not included in DNS or Email SANs if they apply. This field can be useful if the common name is a human-readable identifier, instead of a hostname or an email address. - Expiration
Date string - (String) The date a secret is expired. The date format follows RFC 3339.
- Format string
- (String) The format of the returned data.
- Constraints: Allowable values are:
pem
,pem_bundle
.
- Constraints: Allowable values are:
- Id string
- (String) The ID of a PKCS#11 key to use. If the key does not exist and generation is enabled, this ID is given to the generated key. If the key exists, and generation is disabled, then this ID is used to look up the key. This value or the crypto key label must be specified.
- Constraints: Value length should be 36. The value must match regular expression
/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: Value length should be 36. The value must match regular expression
- Instance
Id string - Ip
Sans string - (String) The IP Subject Alternative Names to define for the CA certificate, in a comma-delimited list.
- Constraints: The maximum length is
2048
characters. The minimum length is2
characters. The value must match regular expression/(.*?)/
.
- Constraints: The maximum length is
- Issuer string
- (String) The distinguished name that identifies the entity that signed and issued the certificate.
- Constraints: The maximum length is
128
characters. The minimum length is2
characters. The value must match regular expression/(.*?)/
.
- Constraints: The maximum length is
- Issuing
Certificates boolUrls Encoded - (Boolean) Determines whether to encode the URL of the issuing certificate in the certificates that are issued by this certificate authority.
- Key
Bits float64 - (Integer) The number of bits to use to generate the private key.Allowable values for RSA keys are:
2048
and4096
. Allowable values for EC keys are:224
,256
,384
, and521
. The default for RSA keys is2048
. The default for EC keys is256
. - Key
Type string - (String) The type of private key to generate.
- Constraints: Allowable values are:
rsa
,ec
.
- Constraints: Allowable values are:
- Localities []string
- (List) The Locality (L) values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Max
Ttl float64Seconds - (Integer) The maximum time-to-live (TTL) for certificates that are created by this CA in seconds.
- Name string
- Organizations []string
- (List) The Organization (O) values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Other
Sans []string - (List) The custom Object Identifier (OID) or UTF8-string Subject Alternative Names to define for the CA certificate.The alternative names must match the values that are specified in the
allowed_other_sans
field in the associated certificate template. The format is the same as OpenSSL:<oid>:<type>:<value>
where the current valid type isUTF8
.- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Ous []string
- (List) The Organizational Unit (OU) values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Postal
Codes []string - (List) The postal code values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Private
Key stringFormat - (String) The format of the generated private key.
- Constraints: The default value is
der
. Allowable values are:der
,pkcs8
.
- Constraints: The default value is
- Provinces []string
- (List) The Province (ST) values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Region string
- Secret
Type string - (String) The secret type. Supported types are arbitrary, certificates (imported, public, and private), IAM credentials, key-value, and user credentials.
- Constraints: Allowable values are:
arbitrary
,imported_cert
,public_cert
,iam_credentials
,kv
,username_password
,private_cert
.
- Constraints: Allowable values are:
- Serial
Number string - (String) The serial number to assign to the generated certificate. To assign a random serial number, you can omit this field.
- Constraints: The maximum length is
64
characters. The minimum length is32
characters. The value must match regular expression/[^a-fA-F0-9]/
.
- Constraints: The maximum length is
- Signing
Method string - (String) The signing method to use with this certificate authority to generate private certificates.You can choose between internal or externally signed options. For more information, see the docs.
- Constraints: Allowable values are:
internal
,external
.
- Constraints: Allowable values are:
- Status string
- (String) The status of the certificate authority. The status of a root certificate authority is either
configured
orexpired
. For intermediate certificate authorities, possible statuses includesigning_required
,signed_certificate_required
,certificate_template_required
,configured
,expired
orrevoked
.- Constraints: Allowable values are:
signing_required
,signed_certificate_required
,certificate_template_required
,configured
,expired
,revoked
.
- Constraints: Allowable values are:
- Street
Addresses []string - (List) The street address values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Uri
Sans string - (String) The URI Subject Alternative Names to define for the CA certificate, in a comma-delimited list.
- Constraints: The maximum length is
2048
characters. The minimum length is2
characters. The value must match regular expression/(.*?)/
.
- Constraints: The maximum length is
- Endpoint
Type string
- alt
Names List<String> - (List) With the Subject Alternative Name field, you can specify additional host names to be protected by a single SSL certificate.
- Constraints: The list items must match regular expression
/^(.*?)$/
. The maximum length is99
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- common
Name String - (String) The Common Name (AKA CN) represents the server name that is protected by the SSL certificate.
- Constraints: The maximum length is
128
characters. The minimum length is4
characters. The value must match regular expression/(.*?)/
.
- Constraints: The maximum length is
- config
Type String - (String) Th configuration type.
- Constraints: Allowable values are:
public_cert_configuration_ca_lets_encrypt
,public_cert_configuration_dns_classic_infrastructure
,public_cert_configuration_dns_cloud_internet_services
,iam_credentials_configuration
,private_cert_configuration_root_ca
,private_cert_configuration_intermediate_ca
,private_cert_configuration_template
.
- Constraints: Allowable values are:
- countries List<String>
- (List) The Country (C) values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- crl
Disable Boolean - (Boolean) Disables or enables certificate revocation list (CRL) building.If CRL building is disabled, a signed but zero-length CRL is returned when downloading the CRL. If CRL building is enabled, it will rebuild the CRL.
- crl
Distribution BooleanPoints Encoded - (Boolean) Determines whether to encode the certificate revocation list (CRL) distribution points in the certificates that are issued by this certificate authority.
- crl
Expiry DoubleSeconds - (Integer) The time until the certificate revocation list (CRL) expires, in seconds.
- crypto
Keys List<GetSm Private Certificate Configuration Intermediate Ca Crypto Key> - (List) The data that is associated with a cryptographic key. Nested scheme for crypto_key:
- datas
List<Get
Sm Private Certificate Configuration Intermediate Ca Data> - (List) The configuration data of your Private Certificate. Nested scheme for data:
- exclude
Cn BooleanFrom Sans - (Boolean) Controls whether the common name is excluded from Subject Alternative Names (SANs).If the common name set to
true
, it is not included in DNS or Email SANs if they apply. This field can be useful if the common name is a human-readable identifier, instead of a hostname or an email address. - expiration
Date String - (String) The date a secret is expired. The date format follows RFC 3339.
- format String
- (String) The format of the returned data.
- Constraints: Allowable values are:
pem
,pem_bundle
.
- Constraints: Allowable values are:
- id String
- (String) The ID of a PKCS#11 key to use. If the key does not exist and generation is enabled, this ID is given to the generated key. If the key exists, and generation is disabled, then this ID is used to look up the key. This value or the crypto key label must be specified.
- Constraints: Value length should be 36. The value must match regular expression
/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: Value length should be 36. The value must match regular expression
- instance
Id String - ip
Sans String - (String) The IP Subject Alternative Names to define for the CA certificate, in a comma-delimited list.
- Constraints: The maximum length is
2048
characters. The minimum length is2
characters. The value must match regular expression/(.*?)/
.
- Constraints: The maximum length is
- issuer String
- (String) The distinguished name that identifies the entity that signed and issued the certificate.
- Constraints: The maximum length is
128
characters. The minimum length is2
characters. The value must match regular expression/(.*?)/
.
- Constraints: The maximum length is
- issuing
Certificates BooleanUrls Encoded - (Boolean) Determines whether to encode the URL of the issuing certificate in the certificates that are issued by this certificate authority.
- key
Bits Double - (Integer) The number of bits to use to generate the private key.Allowable values for RSA keys are:
2048
and4096
. Allowable values for EC keys are:224
,256
,384
, and521
. The default for RSA keys is2048
. The default for EC keys is256
. - key
Type String - (String) The type of private key to generate.
- Constraints: Allowable values are:
rsa
,ec
.
- Constraints: Allowable values are:
- localities List<String>
- (List) The Locality (L) values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- max
Ttl DoubleSeconds - (Integer) The maximum time-to-live (TTL) for certificates that are created by this CA in seconds.
- name String
- organizations List<String>
- (List) The Organization (O) values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- other
Sans List<String> - (List) The custom Object Identifier (OID) or UTF8-string Subject Alternative Names to define for the CA certificate.The alternative names must match the values that are specified in the
allowed_other_sans
field in the associated certificate template. The format is the same as OpenSSL:<oid>:<type>:<value>
where the current valid type isUTF8
.- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- ous List<String>
- (List) The Organizational Unit (OU) values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- postal
Codes List<String> - (List) The postal code values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- private
Key StringFormat - (String) The format of the generated private key.
- Constraints: The default value is
der
. Allowable values are:der
,pkcs8
.
- Constraints: The default value is
- provinces List<String>
- (List) The Province (ST) values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- region String
- secret
Type String - (String) The secret type. Supported types are arbitrary, certificates (imported, public, and private), IAM credentials, key-value, and user credentials.
- Constraints: Allowable values are:
arbitrary
,imported_cert
,public_cert
,iam_credentials
,kv
,username_password
,private_cert
.
- Constraints: Allowable values are:
- serial
Number String - (String) The serial number to assign to the generated certificate. To assign a random serial number, you can omit this field.
- Constraints: The maximum length is
64
characters. The minimum length is32
characters. The value must match regular expression/[^a-fA-F0-9]/
.
- Constraints: The maximum length is
- signing
Method String - (String) The signing method to use with this certificate authority to generate private certificates.You can choose between internal or externally signed options. For more information, see the docs.
- Constraints: Allowable values are:
internal
,external
.
- Constraints: Allowable values are:
- status String
- (String) The status of the certificate authority. The status of a root certificate authority is either
configured
orexpired
. For intermediate certificate authorities, possible statuses includesigning_required
,signed_certificate_required
,certificate_template_required
,configured
,expired
orrevoked
.- Constraints: Allowable values are:
signing_required
,signed_certificate_required
,certificate_template_required
,configured
,expired
,revoked
.
- Constraints: Allowable values are:
- street
Addresses List<String> - (List) The street address values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- uri
Sans String - (String) The URI Subject Alternative Names to define for the CA certificate, in a comma-delimited list.
- Constraints: The maximum length is
2048
characters. The minimum length is2
characters. The value must match regular expression/(.*?)/
.
- Constraints: The maximum length is
- endpoint
Type String
- alt
Names string[] - (List) With the Subject Alternative Name field, you can specify additional host names to be protected by a single SSL certificate.
- Constraints: The list items must match regular expression
/^(.*?)$/
. The maximum length is99
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- common
Name string - (String) The Common Name (AKA CN) represents the server name that is protected by the SSL certificate.
- Constraints: The maximum length is
128
characters. The minimum length is4
characters. The value must match regular expression/(.*?)/
.
- Constraints: The maximum length is
- config
Type string - (String) Th configuration type.
- Constraints: Allowable values are:
public_cert_configuration_ca_lets_encrypt
,public_cert_configuration_dns_classic_infrastructure
,public_cert_configuration_dns_cloud_internet_services
,iam_credentials_configuration
,private_cert_configuration_root_ca
,private_cert_configuration_intermediate_ca
,private_cert_configuration_template
.
- Constraints: Allowable values are:
- countries string[]
- (List) The Country (C) values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- crl
Disable boolean - (Boolean) Disables or enables certificate revocation list (CRL) building.If CRL building is disabled, a signed but zero-length CRL is returned when downloading the CRL. If CRL building is enabled, it will rebuild the CRL.
- crl
Distribution booleanPoints Encoded - (Boolean) Determines whether to encode the certificate revocation list (CRL) distribution points in the certificates that are issued by this certificate authority.
- crl
Expiry numberSeconds - (Integer) The time until the certificate revocation list (CRL) expires, in seconds.
- crypto
Keys GetSm Private Certificate Configuration Intermediate Ca Crypto Key[] - (List) The data that is associated with a cryptographic key. Nested scheme for crypto_key:
- datas
Get
Sm Private Certificate Configuration Intermediate Ca Data[] - (List) The configuration data of your Private Certificate. Nested scheme for data:
- exclude
Cn booleanFrom Sans - (Boolean) Controls whether the common name is excluded from Subject Alternative Names (SANs).If the common name set to
true
, it is not included in DNS or Email SANs if they apply. This field can be useful if the common name is a human-readable identifier, instead of a hostname or an email address. - expiration
Date string - (String) The date a secret is expired. The date format follows RFC 3339.
- format string
- (String) The format of the returned data.
- Constraints: Allowable values are:
pem
,pem_bundle
.
- Constraints: Allowable values are:
- id string
- (String) The ID of a PKCS#11 key to use. If the key does not exist and generation is enabled, this ID is given to the generated key. If the key exists, and generation is disabled, then this ID is used to look up the key. This value or the crypto key label must be specified.
- Constraints: Value length should be 36. The value must match regular expression
/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: Value length should be 36. The value must match regular expression
- instance
Id string - ip
Sans string - (String) The IP Subject Alternative Names to define for the CA certificate, in a comma-delimited list.
- Constraints: The maximum length is
2048
characters. The minimum length is2
characters. The value must match regular expression/(.*?)/
.
- Constraints: The maximum length is
- issuer string
- (String) The distinguished name that identifies the entity that signed and issued the certificate.
- Constraints: The maximum length is
128
characters. The minimum length is2
characters. The value must match regular expression/(.*?)/
.
- Constraints: The maximum length is
- issuing
Certificates booleanUrls Encoded - (Boolean) Determines whether to encode the URL of the issuing certificate in the certificates that are issued by this certificate authority.
- key
Bits number - (Integer) The number of bits to use to generate the private key.Allowable values for RSA keys are:
2048
and4096
. Allowable values for EC keys are:224
,256
,384
, and521
. The default for RSA keys is2048
. The default for EC keys is256
. - key
Type string - (String) The type of private key to generate.
- Constraints: Allowable values are:
rsa
,ec
.
- Constraints: Allowable values are:
- localities string[]
- (List) The Locality (L) values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- max
Ttl numberSeconds - (Integer) The maximum time-to-live (TTL) for certificates that are created by this CA in seconds.
- name string
- organizations string[]
- (List) The Organization (O) values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- other
Sans string[] - (List) The custom Object Identifier (OID) or UTF8-string Subject Alternative Names to define for the CA certificate.The alternative names must match the values that are specified in the
allowed_other_sans
field in the associated certificate template. The format is the same as OpenSSL:<oid>:<type>:<value>
where the current valid type isUTF8
.- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- ous string[]
- (List) The Organizational Unit (OU) values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- postal
Codes string[] - (List) The postal code values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- private
Key stringFormat - (String) The format of the generated private key.
- Constraints: The default value is
der
. Allowable values are:der
,pkcs8
.
- Constraints: The default value is
- provinces string[]
- (List) The Province (ST) values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- region string
- secret
Type string - (String) The secret type. Supported types are arbitrary, certificates (imported, public, and private), IAM credentials, key-value, and user credentials.
- Constraints: Allowable values are:
arbitrary
,imported_cert
,public_cert
,iam_credentials
,kv
,username_password
,private_cert
.
- Constraints: Allowable values are:
- serial
Number string - (String) The serial number to assign to the generated certificate. To assign a random serial number, you can omit this field.
- Constraints: The maximum length is
64
characters. The minimum length is32
characters. The value must match regular expression/[^a-fA-F0-9]/
.
- Constraints: The maximum length is
- signing
Method string - (String) The signing method to use with this certificate authority to generate private certificates.You can choose between internal or externally signed options. For more information, see the docs.
- Constraints: Allowable values are:
internal
,external
.
- Constraints: Allowable values are:
- status string
- (String) The status of the certificate authority. The status of a root certificate authority is either
configured
orexpired
. For intermediate certificate authorities, possible statuses includesigning_required
,signed_certificate_required
,certificate_template_required
,configured
,expired
orrevoked
.- Constraints: Allowable values are:
signing_required
,signed_certificate_required
,certificate_template_required
,configured
,expired
,revoked
.
- Constraints: Allowable values are:
- street
Addresses string[] - (List) The street address values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- uri
Sans string - (String) The URI Subject Alternative Names to define for the CA certificate, in a comma-delimited list.
- Constraints: The maximum length is
2048
characters. The minimum length is2
characters. The value must match regular expression/(.*?)/
.
- Constraints: The maximum length is
- endpoint
Type string
- alt_
names Sequence[str] - (List) With the Subject Alternative Name field, you can specify additional host names to be protected by a single SSL certificate.
- Constraints: The list items must match regular expression
/^(.*?)$/
. The maximum length is99
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- common_
name str - (String) The Common Name (AKA CN) represents the server name that is protected by the SSL certificate.
- Constraints: The maximum length is
128
characters. The minimum length is4
characters. The value must match regular expression/(.*?)/
.
- Constraints: The maximum length is
- config_
type str - (String) Th configuration type.
- Constraints: Allowable values are:
public_cert_configuration_ca_lets_encrypt
,public_cert_configuration_dns_classic_infrastructure
,public_cert_configuration_dns_cloud_internet_services
,iam_credentials_configuration
,private_cert_configuration_root_ca
,private_cert_configuration_intermediate_ca
,private_cert_configuration_template
.
- Constraints: Allowable values are:
- countries Sequence[str]
- (List) The Country (C) values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- crl_
disable bool - (Boolean) Disables or enables certificate revocation list (CRL) building.If CRL building is disabled, a signed but zero-length CRL is returned when downloading the CRL. If CRL building is enabled, it will rebuild the CRL.
- crl_
distribution_ boolpoints_ encoded - (Boolean) Determines whether to encode the certificate revocation list (CRL) distribution points in the certificates that are issued by this certificate authority.
- crl_
expiry_ floatseconds - (Integer) The time until the certificate revocation list (CRL) expires, in seconds.
- crypto_
keys Sequence[GetSm Private Certificate Configuration Intermediate Ca Crypto Key] - (List) The data that is associated with a cryptographic key. Nested scheme for crypto_key:
- datas
Sequence[Get
Sm Private Certificate Configuration Intermediate Ca Data] - (List) The configuration data of your Private Certificate. Nested scheme for data:
- exclude_
cn_ boolfrom_ sans - (Boolean) Controls whether the common name is excluded from Subject Alternative Names (SANs).If the common name set to
true
, it is not included in DNS or Email SANs if they apply. This field can be useful if the common name is a human-readable identifier, instead of a hostname or an email address. - expiration_
date str - (String) The date a secret is expired. The date format follows RFC 3339.
- format str
- (String) The format of the returned data.
- Constraints: Allowable values are:
pem
,pem_bundle
.
- Constraints: Allowable values are:
- id str
- (String) The ID of a PKCS#11 key to use. If the key does not exist and generation is enabled, this ID is given to the generated key. If the key exists, and generation is disabled, then this ID is used to look up the key. This value or the crypto key label must be specified.
- Constraints: Value length should be 36. The value must match regular expression
/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: Value length should be 36. The value must match regular expression
- instance_
id str - ip_
sans str - (String) The IP Subject Alternative Names to define for the CA certificate, in a comma-delimited list.
- Constraints: The maximum length is
2048
characters. The minimum length is2
characters. The value must match regular expression/(.*?)/
.
- Constraints: The maximum length is
- issuer str
- (String) The distinguished name that identifies the entity that signed and issued the certificate.
- Constraints: The maximum length is
128
characters. The minimum length is2
characters. The value must match regular expression/(.*?)/
.
- Constraints: The maximum length is
- issuing_
certificates_ boolurls_ encoded - (Boolean) Determines whether to encode the URL of the issuing certificate in the certificates that are issued by this certificate authority.
- key_
bits float - (Integer) The number of bits to use to generate the private key.Allowable values for RSA keys are:
2048
and4096
. Allowable values for EC keys are:224
,256
,384
, and521
. The default for RSA keys is2048
. The default for EC keys is256
. - key_
type str - (String) The type of private key to generate.
- Constraints: Allowable values are:
rsa
,ec
.
- Constraints: Allowable values are:
- localities Sequence[str]
- (List) The Locality (L) values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- max_
ttl_ floatseconds - (Integer) The maximum time-to-live (TTL) for certificates that are created by this CA in seconds.
- name str
- organizations Sequence[str]
- (List) The Organization (O) values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- other_
sans Sequence[str] - (List) The custom Object Identifier (OID) or UTF8-string Subject Alternative Names to define for the CA certificate.The alternative names must match the values that are specified in the
allowed_other_sans
field in the associated certificate template. The format is the same as OpenSSL:<oid>:<type>:<value>
where the current valid type isUTF8
.- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- ous Sequence[str]
- (List) The Organizational Unit (OU) values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- postal_
codes Sequence[str] - (List) The postal code values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- private_
key_ strformat - (String) The format of the generated private key.
- Constraints: The default value is
der
. Allowable values are:der
,pkcs8
.
- Constraints: The default value is
- provinces Sequence[str]
- (List) The Province (ST) values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- region str
- secret_
type str - (String) The secret type. Supported types are arbitrary, certificates (imported, public, and private), IAM credentials, key-value, and user credentials.
- Constraints: Allowable values are:
arbitrary
,imported_cert
,public_cert
,iam_credentials
,kv
,username_password
,private_cert
.
- Constraints: Allowable values are:
- serial_
number str - (String) The serial number to assign to the generated certificate. To assign a random serial number, you can omit this field.
- Constraints: The maximum length is
64
characters. The minimum length is32
characters. The value must match regular expression/[^a-fA-F0-9]/
.
- Constraints: The maximum length is
- signing_
method str - (String) The signing method to use with this certificate authority to generate private certificates.You can choose between internal or externally signed options. For more information, see the docs.
- Constraints: Allowable values are:
internal
,external
.
- Constraints: Allowable values are:
- status str
- (String) The status of the certificate authority. The status of a root certificate authority is either
configured
orexpired
. For intermediate certificate authorities, possible statuses includesigning_required
,signed_certificate_required
,certificate_template_required
,configured
,expired
orrevoked
.- Constraints: Allowable values are:
signing_required
,signed_certificate_required
,certificate_template_required
,configured
,expired
,revoked
.
- Constraints: Allowable values are:
- street_
addresses Sequence[str] - (List) The street address values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- uri_
sans str - (String) The URI Subject Alternative Names to define for the CA certificate, in a comma-delimited list.
- Constraints: The maximum length is
2048
characters. The minimum length is2
characters. The value must match regular expression/(.*?)/
.
- Constraints: The maximum length is
- endpoint_
type str
- alt
Names List<String> - (List) With the Subject Alternative Name field, you can specify additional host names to be protected by a single SSL certificate.
- Constraints: The list items must match regular expression
/^(.*?)$/
. The maximum length is99
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- common
Name String - (String) The Common Name (AKA CN) represents the server name that is protected by the SSL certificate.
- Constraints: The maximum length is
128
characters. The minimum length is4
characters. The value must match regular expression/(.*?)/
.
- Constraints: The maximum length is
- config
Type String - (String) Th configuration type.
- Constraints: Allowable values are:
public_cert_configuration_ca_lets_encrypt
,public_cert_configuration_dns_classic_infrastructure
,public_cert_configuration_dns_cloud_internet_services
,iam_credentials_configuration
,private_cert_configuration_root_ca
,private_cert_configuration_intermediate_ca
,private_cert_configuration_template
.
- Constraints: Allowable values are:
- countries List<String>
- (List) The Country (C) values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- crl
Disable Boolean - (Boolean) Disables or enables certificate revocation list (CRL) building.If CRL building is disabled, a signed but zero-length CRL is returned when downloading the CRL. If CRL building is enabled, it will rebuild the CRL.
- crl
Distribution BooleanPoints Encoded - (Boolean) Determines whether to encode the certificate revocation list (CRL) distribution points in the certificates that are issued by this certificate authority.
- crl
Expiry NumberSeconds - (Integer) The time until the certificate revocation list (CRL) expires, in seconds.
- crypto
Keys List<Property Map> - (List) The data that is associated with a cryptographic key. Nested scheme for crypto_key:
- datas List<Property Map>
- (List) The configuration data of your Private Certificate. Nested scheme for data:
- exclude
Cn BooleanFrom Sans - (Boolean) Controls whether the common name is excluded from Subject Alternative Names (SANs).If the common name set to
true
, it is not included in DNS or Email SANs if they apply. This field can be useful if the common name is a human-readable identifier, instead of a hostname or an email address. - expiration
Date String - (String) The date a secret is expired. The date format follows RFC 3339.
- format String
- (String) The format of the returned data.
- Constraints: Allowable values are:
pem
,pem_bundle
.
- Constraints: Allowable values are:
- id String
- (String) The ID of a PKCS#11 key to use. If the key does not exist and generation is enabled, this ID is given to the generated key. If the key exists, and generation is disabled, then this ID is used to look up the key. This value or the crypto key label must be specified.
- Constraints: Value length should be 36. The value must match regular expression
/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: Value length should be 36. The value must match regular expression
- instance
Id String - ip
Sans String - (String) The IP Subject Alternative Names to define for the CA certificate, in a comma-delimited list.
- Constraints: The maximum length is
2048
characters. The minimum length is2
characters. The value must match regular expression/(.*?)/
.
- Constraints: The maximum length is
- issuer String
- (String) The distinguished name that identifies the entity that signed and issued the certificate.
- Constraints: The maximum length is
128
characters. The minimum length is2
characters. The value must match regular expression/(.*?)/
.
- Constraints: The maximum length is
- issuing
Certificates BooleanUrls Encoded - (Boolean) Determines whether to encode the URL of the issuing certificate in the certificates that are issued by this certificate authority.
- key
Bits Number - (Integer) The number of bits to use to generate the private key.Allowable values for RSA keys are:
2048
and4096
. Allowable values for EC keys are:224
,256
,384
, and521
. The default for RSA keys is2048
. The default for EC keys is256
. - key
Type String - (String) The type of private key to generate.
- Constraints: Allowable values are:
rsa
,ec
.
- Constraints: Allowable values are:
- localities List<String>
- (List) The Locality (L) values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- max
Ttl NumberSeconds - (Integer) The maximum time-to-live (TTL) for certificates that are created by this CA in seconds.
- name String
- organizations List<String>
- (List) The Organization (O) values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- other
Sans List<String> - (List) The custom Object Identifier (OID) or UTF8-string Subject Alternative Names to define for the CA certificate.The alternative names must match the values that are specified in the
allowed_other_sans
field in the associated certificate template. The format is the same as OpenSSL:<oid>:<type>:<value>
where the current valid type isUTF8
.- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- ous List<String>
- (List) The Organizational Unit (OU) values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- postal
Codes List<String> - (List) The postal code values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- private
Key StringFormat - (String) The format of the generated private key.
- Constraints: The default value is
der
. Allowable values are:der
,pkcs8
.
- Constraints: The default value is
- provinces List<String>
- (List) The Province (ST) values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- region String
- secret
Type String - (String) The secret type. Supported types are arbitrary, certificates (imported, public, and private), IAM credentials, key-value, and user credentials.
- Constraints: Allowable values are:
arbitrary
,imported_cert
,public_cert
,iam_credentials
,kv
,username_password
,private_cert
.
- Constraints: Allowable values are:
- serial
Number String - (String) The serial number to assign to the generated certificate. To assign a random serial number, you can omit this field.
- Constraints: The maximum length is
64
characters. The minimum length is32
characters. The value must match regular expression/[^a-fA-F0-9]/
.
- Constraints: The maximum length is
- signing
Method String - (String) The signing method to use with this certificate authority to generate private certificates.You can choose between internal or externally signed options. For more information, see the docs.
- Constraints: Allowable values are:
internal
,external
.
- Constraints: Allowable values are:
- status String
- (String) The status of the certificate authority. The status of a root certificate authority is either
configured
orexpired
. For intermediate certificate authorities, possible statuses includesigning_required
,signed_certificate_required
,certificate_template_required
,configured
,expired
orrevoked
.- Constraints: Allowable values are:
signing_required
,signed_certificate_required
,certificate_template_required
,configured
,expired
,revoked
.
- Constraints: Allowable values are:
- street
Addresses List<String> - (List) The street address values to define in the subject field of the resulting certificate.
- Constraints: The list items must match regular expression
/(.*?)/
. The maximum length is10
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- uri
Sans String - (String) The URI Subject Alternative Names to define for the CA certificate, in a comma-delimited list.
- Constraints: The maximum length is
2048
characters. The minimum length is2
characters. The value must match regular expression/(.*?)/
.
- Constraints: The maximum length is
- endpoint
Type String
Supporting Types
GetSmPrivateCertificateConfigurationIntermediateCaCryptoKey
- Allow
Generate boolKey - (Boolean) The indication of whether a new key is generated by the crypto provider if the given key name cannot be found. Default is
false
. - Id string
- (String) The ID of a PKCS#11 key to use. If the key does not exist and generation is enabled, this ID is given to the generated key. If the key exists, and generation is disabled, then this ID is used to look up the key. This value or the crypto key label must be specified.
- Constraints: Value length should be 36. The value must match regular expression
/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: Value length should be 36. The value must match regular expression
- Label string
- (String) The label of the key to use. If the key does not exist and generation is enabled, this field is the label that is given to the generated key. If the key exists, and generation is disabled, then this label is used to look up the key. This value or the crypto key ID must be specified.
- Constraints: The maximum length is
255
characters. The minimum length is1
characters. The value must match regular expression/^[A-Za-z0-9._ /-]+$/
.
- Constraints: The maximum length is
- Providers
List<Get
Sm Private Certificate Configuration Intermediate Ca Crypto Key Provider> - (List) The data that is associated with a cryptographic provider. Nested scheme for provider:
- Allow
Generate boolKey - (Boolean) The indication of whether a new key is generated by the crypto provider if the given key name cannot be found. Default is
false
. - Id string
- (String) The ID of a PKCS#11 key to use. If the key does not exist and generation is enabled, this ID is given to the generated key. If the key exists, and generation is disabled, then this ID is used to look up the key. This value or the crypto key label must be specified.
- Constraints: Value length should be 36. The value must match regular expression
/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: Value length should be 36. The value must match regular expression
- Label string
- (String) The label of the key to use. If the key does not exist and generation is enabled, this field is the label that is given to the generated key. If the key exists, and generation is disabled, then this label is used to look up the key. This value or the crypto key ID must be specified.
- Constraints: The maximum length is
255
characters. The minimum length is1
characters. The value must match regular expression/^[A-Za-z0-9._ /-]+$/
.
- Constraints: The maximum length is
- Providers
[]Get
Sm Private Certificate Configuration Intermediate Ca Crypto Key Provider - (List) The data that is associated with a cryptographic provider. Nested scheme for provider:
- allow
Generate BooleanKey - (Boolean) The indication of whether a new key is generated by the crypto provider if the given key name cannot be found. Default is
false
. - id String
- (String) The ID of a PKCS#11 key to use. If the key does not exist and generation is enabled, this ID is given to the generated key. If the key exists, and generation is disabled, then this ID is used to look up the key. This value or the crypto key label must be specified.
- Constraints: Value length should be 36. The value must match regular expression
/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: Value length should be 36. The value must match regular expression
- label String
- (String) The label of the key to use. If the key does not exist and generation is enabled, this field is the label that is given to the generated key. If the key exists, and generation is disabled, then this label is used to look up the key. This value or the crypto key ID must be specified.
- Constraints: The maximum length is
255
characters. The minimum length is1
characters. The value must match regular expression/^[A-Za-z0-9._ /-]+$/
.
- Constraints: The maximum length is
- providers
List<Get
Sm Private Certificate Configuration Intermediate Ca Crypto Key Provider> - (List) The data that is associated with a cryptographic provider. Nested scheme for provider:
- allow
Generate booleanKey - (Boolean) The indication of whether a new key is generated by the crypto provider if the given key name cannot be found. Default is
false
. - id string
- (String) The ID of a PKCS#11 key to use. If the key does not exist and generation is enabled, this ID is given to the generated key. If the key exists, and generation is disabled, then this ID is used to look up the key. This value or the crypto key label must be specified.
- Constraints: Value length should be 36. The value must match regular expression
/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: Value length should be 36. The value must match regular expression
- label string
- (String) The label of the key to use. If the key does not exist and generation is enabled, this field is the label that is given to the generated key. If the key exists, and generation is disabled, then this label is used to look up the key. This value or the crypto key ID must be specified.
- Constraints: The maximum length is
255
characters. The minimum length is1
characters. The value must match regular expression/^[A-Za-z0-9._ /-]+$/
.
- Constraints: The maximum length is
- providers
Get
Sm Private Certificate Configuration Intermediate Ca Crypto Key Provider[] - (List) The data that is associated with a cryptographic provider. Nested scheme for provider:
- allow_
generate_ boolkey - (Boolean) The indication of whether a new key is generated by the crypto provider if the given key name cannot be found. Default is
false
. - id str
- (String) The ID of a PKCS#11 key to use. If the key does not exist and generation is enabled, this ID is given to the generated key. If the key exists, and generation is disabled, then this ID is used to look up the key. This value or the crypto key label must be specified.
- Constraints: Value length should be 36. The value must match regular expression
/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: Value length should be 36. The value must match regular expression
- label str
- (String) The label of the key to use. If the key does not exist and generation is enabled, this field is the label that is given to the generated key. If the key exists, and generation is disabled, then this label is used to look up the key. This value or the crypto key ID must be specified.
- Constraints: The maximum length is
255
characters. The minimum length is1
characters. The value must match regular expression/^[A-Za-z0-9._ /-]+$/
.
- Constraints: The maximum length is
- providers
Sequence[Get
Sm Private Certificate Configuration Intermediate Ca Crypto Key Provider] - (List) The data that is associated with a cryptographic provider. Nested scheme for provider:
- allow
Generate BooleanKey - (Boolean) The indication of whether a new key is generated by the crypto provider if the given key name cannot be found. Default is
false
. - id String
- (String) The ID of a PKCS#11 key to use. If the key does not exist and generation is enabled, this ID is given to the generated key. If the key exists, and generation is disabled, then this ID is used to look up the key. This value or the crypto key label must be specified.
- Constraints: Value length should be 36. The value must match regular expression
/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: Value length should be 36. The value must match regular expression
- label String
- (String) The label of the key to use. If the key does not exist and generation is enabled, this field is the label that is given to the generated key. If the key exists, and generation is disabled, then this label is used to look up the key. This value or the crypto key ID must be specified.
- Constraints: The maximum length is
255
characters. The minimum length is1
characters. The value must match regular expression/^[A-Za-z0-9._ /-]+$/
.
- Constraints: The maximum length is
- providers List<Property Map>
- (List) The data that is associated with a cryptographic provider. Nested scheme for provider:
GetSmPrivateCertificateConfigurationIntermediateCaCryptoKeyProvider
- Instance
Crn string - (String) The HPCS instance CRN.
- Constraints: The maximum length is
512
characters. The minimum length is9
characters. The value must match regular expression^crn:v0-9*+,;=@/]|%[0-9A-Z]{2})*){8}$
.
- Constraints: The maximum length is
- Pin
Iam stringCredentials Secret Id - (String) The secret Id of iam credentials with api key to access HPCS instance.
- Constraints: Value length should be 36. The value must match regular expression
/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: Value length should be 36. The value must match regular expression
- Private
Keystore stringId - (String) The HPCS private key store space id.
- Constraints: Value length should be 36. The value must match regular expression
/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: Value length should be 36. The value must match regular expression
- Type string
- (String) The type of cryptographic provider.
- Constraints: Allowable values are:
hyper_protect_crypto_services
.
- Constraints: Allowable values are:
- Instance
Crn string - (String) The HPCS instance CRN.
- Constraints: The maximum length is
512
characters. The minimum length is9
characters. The value must match regular expression^crn:v0-9*+,;=@/]|%[0-9A-Z]{2})*){8}$
.
- Constraints: The maximum length is
- Pin
Iam stringCredentials Secret Id - (String) The secret Id of iam credentials with api key to access HPCS instance.
- Constraints: Value length should be 36. The value must match regular expression
/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: Value length should be 36. The value must match regular expression
- Private
Keystore stringId - (String) The HPCS private key store space id.
- Constraints: Value length should be 36. The value must match regular expression
/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: Value length should be 36. The value must match regular expression
- Type string
- (String) The type of cryptographic provider.
- Constraints: Allowable values are:
hyper_protect_crypto_services
.
- Constraints: Allowable values are:
- instance
Crn String - (String) The HPCS instance CRN.
- Constraints: The maximum length is
512
characters. The minimum length is9
characters. The value must match regular expression^crn:v0-9*+,;=@/]|%[0-9A-Z]{2})*){8}$
.
- Constraints: The maximum length is
- pin
Iam StringCredentials Secret Id - (String) The secret Id of iam credentials with api key to access HPCS instance.
- Constraints: Value length should be 36. The value must match regular expression
/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: Value length should be 36. The value must match regular expression
- private
Keystore StringId - (String) The HPCS private key store space id.
- Constraints: Value length should be 36. The value must match regular expression
/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: Value length should be 36. The value must match regular expression
- type String
- (String) The type of cryptographic provider.
- Constraints: Allowable values are:
hyper_protect_crypto_services
.
- Constraints: Allowable values are:
- instance
Crn string - (String) The HPCS instance CRN.
- Constraints: The maximum length is
512
characters. The minimum length is9
characters. The value must match regular expression^crn:v0-9*+,;=@/]|%[0-9A-Z]{2})*){8}$
.
- Constraints: The maximum length is
- pin
Iam stringCredentials Secret Id - (String) The secret Id of iam credentials with api key to access HPCS instance.
- Constraints: Value length should be 36. The value must match regular expression
/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: Value length should be 36. The value must match regular expression
- private
Keystore stringId - (String) The HPCS private key store space id.
- Constraints: Value length should be 36. The value must match regular expression
/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: Value length should be 36. The value must match regular expression
- type string
- (String) The type of cryptographic provider.
- Constraints: Allowable values are:
hyper_protect_crypto_services
.
- Constraints: Allowable values are:
- instance_
crn str - (String) The HPCS instance CRN.
- Constraints: The maximum length is
512
characters. The minimum length is9
characters. The value must match regular expression^crn:v0-9*+,;=@/]|%[0-9A-Z]{2})*){8}$
.
- Constraints: The maximum length is
- pin_
iam_ strcredentials_ secret_ id - (String) The secret Id of iam credentials with api key to access HPCS instance.
- Constraints: Value length should be 36. The value must match regular expression
/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: Value length should be 36. The value must match regular expression
- private_
keystore_ strid - (String) The HPCS private key store space id.
- Constraints: Value length should be 36. The value must match regular expression
/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: Value length should be 36. The value must match regular expression
- type str
- (String) The type of cryptographic provider.
- Constraints: Allowable values are:
hyper_protect_crypto_services
.
- Constraints: Allowable values are:
- instance
Crn String - (String) The HPCS instance CRN.
- Constraints: The maximum length is
512
characters. The minimum length is9
characters. The value must match regular expression^crn:v0-9*+,;=@/]|%[0-9A-Z]{2})*){8}$
.
- Constraints: The maximum length is
- pin
Iam StringCredentials Secret Id - (String) The secret Id of iam credentials with api key to access HPCS instance.
- Constraints: Value length should be 36. The value must match regular expression
/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: Value length should be 36. The value must match regular expression
- private
Keystore StringId - (String) The HPCS private key store space id.
- Constraints: Value length should be 36. The value must match regular expression
/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
.
- Constraints: Value length should be 36. The value must match regular expression
- type String
- (String) The type of cryptographic provider.
- Constraints: Allowable values are:
hyper_protect_crypto_services
.
- Constraints: Allowable values are:
GetSmPrivateCertificateConfigurationIntermediateCaData
- Ca
Chains List<string> - (List) The chain of certificate authorities that are associated with the certificate.
- Constraints: The list items must match regular expression
/^(-{5}BEGIN.+?-{5}[\\s\\S]+-{5}END.+?-{5})$/
. The maximum length is16
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Certificate string
- (String) The PEM-encoded contents of your certificate.
- Constraints: The maximum length is
100000
characters. The minimum length is50
characters. The value must match regular expression/^(-{5}BEGIN.+?-{5}[\\s\\S]+-{5}END.+?-{5})$/
.
- Constraints: The maximum length is
- Csr string
- (String) The certificate signing request.
- Constraints: The maximum length is
4096
characters. The minimum length is2
characters. The value must match regular expression/^(-{5}BEGIN.+?-{5}[\\s\\S]+-{5}END.+?-{5})$/
.
- Constraints: The maximum length is
- Expiration double
- (Integer) The certificate expiration time.
- Issuing
Ca string - (String) The PEM-encoded certificate of the certificate authority that signed and issued this certificate.
- Constraints: The value must match regular expression
/^(-{5}BEGIN.+?-{5}[\\s\\S]+-{5}END.+?-{5})$/
.
- Constraints: The value must match regular expression
- Private
Key string - (String) (Optional) The PEM-encoded private key to associate with the certificate.
- Constraints: The maximum length is
100000
characters. The minimum length is50
characters. The value must match regular expression/^(-{5}BEGIN.+?-{5}[\\s\\S]+-{5}END.+?-{5})$/
.
- Constraints: The maximum length is
- Private
Key stringType - (String) The type of private key to generate.
- Constraints: Allowable values are:
rsa
,ec
.
- Constraints: Allowable values are:
- Ca
Chains []string - (List) The chain of certificate authorities that are associated with the certificate.
- Constraints: The list items must match regular expression
/^(-{5}BEGIN.+?-{5}[\\s\\S]+-{5}END.+?-{5})$/
. The maximum length is16
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Certificate string
- (String) The PEM-encoded contents of your certificate.
- Constraints: The maximum length is
100000
characters. The minimum length is50
characters. The value must match regular expression/^(-{5}BEGIN.+?-{5}[\\s\\S]+-{5}END.+?-{5})$/
.
- Constraints: The maximum length is
- Csr string
- (String) The certificate signing request.
- Constraints: The maximum length is
4096
characters. The minimum length is2
characters. The value must match regular expression/^(-{5}BEGIN.+?-{5}[\\s\\S]+-{5}END.+?-{5})$/
.
- Constraints: The maximum length is
- Expiration float64
- (Integer) The certificate expiration time.
- Issuing
Ca string - (String) The PEM-encoded certificate of the certificate authority that signed and issued this certificate.
- Constraints: The value must match regular expression
/^(-{5}BEGIN.+?-{5}[\\s\\S]+-{5}END.+?-{5})$/
.
- Constraints: The value must match regular expression
- Private
Key string - (String) (Optional) The PEM-encoded private key to associate with the certificate.
- Constraints: The maximum length is
100000
characters. The minimum length is50
characters. The value must match regular expression/^(-{5}BEGIN.+?-{5}[\\s\\S]+-{5}END.+?-{5})$/
.
- Constraints: The maximum length is
- Private
Key stringType - (String) The type of private key to generate.
- Constraints: Allowable values are:
rsa
,ec
.
- Constraints: Allowable values are:
- ca
Chains List<String> - (List) The chain of certificate authorities that are associated with the certificate.
- Constraints: The list items must match regular expression
/^(-{5}BEGIN.+?-{5}[\\s\\S]+-{5}END.+?-{5})$/
. The maximum length is16
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- certificate String
- (String) The PEM-encoded contents of your certificate.
- Constraints: The maximum length is
100000
characters. The minimum length is50
characters. The value must match regular expression/^(-{5}BEGIN.+?-{5}[\\s\\S]+-{5}END.+?-{5})$/
.
- Constraints: The maximum length is
- csr String
- (String) The certificate signing request.
- Constraints: The maximum length is
4096
characters. The minimum length is2
characters. The value must match regular expression/^(-{5}BEGIN.+?-{5}[\\s\\S]+-{5}END.+?-{5})$/
.
- Constraints: The maximum length is
- expiration Double
- (Integer) The certificate expiration time.
- issuing
Ca String - (String) The PEM-encoded certificate of the certificate authority that signed and issued this certificate.
- Constraints: The value must match regular expression
/^(-{5}BEGIN.+?-{5}[\\s\\S]+-{5}END.+?-{5})$/
.
- Constraints: The value must match regular expression
- private
Key String - (String) (Optional) The PEM-encoded private key to associate with the certificate.
- Constraints: The maximum length is
100000
characters. The minimum length is50
characters. The value must match regular expression/^(-{5}BEGIN.+?-{5}[\\s\\S]+-{5}END.+?-{5})$/
.
- Constraints: The maximum length is
- private
Key StringType - (String) The type of private key to generate.
- Constraints: Allowable values are:
rsa
,ec
.
- Constraints: Allowable values are:
- ca
Chains string[] - (List) The chain of certificate authorities that are associated with the certificate.
- Constraints: The list items must match regular expression
/^(-{5}BEGIN.+?-{5}[\\s\\S]+-{5}END.+?-{5})$/
. The maximum length is16
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- certificate string
- (String) The PEM-encoded contents of your certificate.
- Constraints: The maximum length is
100000
characters. The minimum length is50
characters. The value must match regular expression/^(-{5}BEGIN.+?-{5}[\\s\\S]+-{5}END.+?-{5})$/
.
- Constraints: The maximum length is
- csr string
- (String) The certificate signing request.
- Constraints: The maximum length is
4096
characters. The minimum length is2
characters. The value must match regular expression/^(-{5}BEGIN.+?-{5}[\\s\\S]+-{5}END.+?-{5})$/
.
- Constraints: The maximum length is
- expiration number
- (Integer) The certificate expiration time.
- issuing
Ca string - (String) The PEM-encoded certificate of the certificate authority that signed and issued this certificate.
- Constraints: The value must match regular expression
/^(-{5}BEGIN.+?-{5}[\\s\\S]+-{5}END.+?-{5})$/
.
- Constraints: The value must match regular expression
- private
Key string - (String) (Optional) The PEM-encoded private key to associate with the certificate.
- Constraints: The maximum length is
100000
characters. The minimum length is50
characters. The value must match regular expression/^(-{5}BEGIN.+?-{5}[\\s\\S]+-{5}END.+?-{5})$/
.
- Constraints: The maximum length is
- private
Key stringType - (String) The type of private key to generate.
- Constraints: Allowable values are:
rsa
,ec
.
- Constraints: Allowable values are:
- ca_
chains Sequence[str] - (List) The chain of certificate authorities that are associated with the certificate.
- Constraints: The list items must match regular expression
/^(-{5}BEGIN.+?-{5}[\\s\\S]+-{5}END.+?-{5})$/
. The maximum length is16
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- certificate str
- (String) The PEM-encoded contents of your certificate.
- Constraints: The maximum length is
100000
characters. The minimum length is50
characters. The value must match regular expression/^(-{5}BEGIN.+?-{5}[\\s\\S]+-{5}END.+?-{5})$/
.
- Constraints: The maximum length is
- csr str
- (String) The certificate signing request.
- Constraints: The maximum length is
4096
characters. The minimum length is2
characters. The value must match regular expression/^(-{5}BEGIN.+?-{5}[\\s\\S]+-{5}END.+?-{5})$/
.
- Constraints: The maximum length is
- expiration float
- (Integer) The certificate expiration time.
- issuing_
ca str - (String) The PEM-encoded certificate of the certificate authority that signed and issued this certificate.
- Constraints: The value must match regular expression
/^(-{5}BEGIN.+?-{5}[\\s\\S]+-{5}END.+?-{5})$/
.
- Constraints: The value must match regular expression
- private_
key str - (String) (Optional) The PEM-encoded private key to associate with the certificate.
- Constraints: The maximum length is
100000
characters. The minimum length is50
characters. The value must match regular expression/^(-{5}BEGIN.+?-{5}[\\s\\S]+-{5}END.+?-{5})$/
.
- Constraints: The maximum length is
- private_
key_ strtype - (String) The type of private key to generate.
- Constraints: Allowable values are:
rsa
,ec
.
- Constraints: Allowable values are:
- ca
Chains List<String> - (List) The chain of certificate authorities that are associated with the certificate.
- Constraints: The list items must match regular expression
/^(-{5}BEGIN.+?-{5}[\\s\\S]+-{5}END.+?-{5})$/
. The maximum length is16
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- certificate String
- (String) The PEM-encoded contents of your certificate.
- Constraints: The maximum length is
100000
characters. The minimum length is50
characters. The value must match regular expression/^(-{5}BEGIN.+?-{5}[\\s\\S]+-{5}END.+?-{5})$/
.
- Constraints: The maximum length is
- csr String
- (String) The certificate signing request.
- Constraints: The maximum length is
4096
characters. The minimum length is2
characters. The value must match regular expression/^(-{5}BEGIN.+?-{5}[\\s\\S]+-{5}END.+?-{5})$/
.
- Constraints: The maximum length is
- expiration Number
- (Integer) The certificate expiration time.
- issuing
Ca String - (String) The PEM-encoded certificate of the certificate authority that signed and issued this certificate.
- Constraints: The value must match regular expression
/^(-{5}BEGIN.+?-{5}[\\s\\S]+-{5}END.+?-{5})$/
.
- Constraints: The value must match regular expression
- private
Key String - (String) (Optional) The PEM-encoded private key to associate with the certificate.
- Constraints: The maximum length is
100000
characters. The minimum length is50
characters. The value must match regular expression/^(-{5}BEGIN.+?-{5}[\\s\\S]+-{5}END.+?-{5})$/
.
- Constraints: The maximum length is
- private
Key StringType - (String) The type of private key to generate.
- Constraints: Allowable values are:
rsa
,ec
.
- Constraints: Allowable values are:
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.