Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Generate an order or renewal request for a new SSL certificate. Note: Certificate renewals must be requested from the same account used for the original order.
External DocumentationTo learn more, visit the DigiCert documentation.

Basic Parameters

ParameterDescription
CA Certificate IDThe CA certificate ID to use for this order. Can be obtained from the List Products action.

Note: This parameter is required if the Product Type Hint is private.
Certificate Common NameThe domain to be secured by the certificate.
Certificate Dns NamesA comma-separated list of additional domais to be secured. Can result in additional costs.
Certificate Signature HashThe hash algorithm used to sign the certificate. Code signing certificates supports only SHA-256.
Certificate Signing RequestThe certificate signing request in PEM format.
Order ValidityThe validity period of the certificate.

For Example:
{
“years”: 1
}
Organization IDThe ID of an existing organization to associate with the order. Can be obtained from the List Orders action.

Note: Not required when creating a new organization with the request.
Product Type HintSelect the SSL product type.
Renewal Of Order IDThe ID of the existing order this certificate renews. Can be obtained from the List Orders action.

Note: Required for renewals when Renewed Thumbprint is not provided.
Renewed ThumbprintThe thumbprint of the certificate being renewed.

Note: Required for renewals when Renewal of Order ID is not provided.

For more information about certificate thumbprints refer to DigiCert documentation.
Server Platform IDSelect the ID of the server platform.

Advanced Parameters

ParameterDescription
Additional ParametersA JSON object for additional body parameters. Values specified in this parameter will override equivalent parameters.

For example:
{
“first_key”: 12345,
“second_key”: “some_value”
}
The object must follow the vendor’s structure as defined in the API documentation.

Example Output

{
	"id": 112233,
	"requests": [
		{
			"id": 113,
			"status": "approved"
		}
	],
	"domains": [
		{
			"id": 1469,
			"name": "example.com",
			"dns_name": "example.com"
		}
	]
}

Workflow Library Example

Order Ssl with Digicert and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop