Skip to contents

Creates an Active Directory compatible certificate template. The connectors issues certificates using these templates based on the requester’s Active Directory group membership.

See https://www.paws-r-sdk.com/docs/pcaconnectorad_create_template/ for full documentation.

Usage

pcaconnectorad_create_template(
  ClientToken = NULL,
  ConnectorArn,
  Definition,
  Name,
  Tags = NULL
)

Arguments

ClientToken

Idempotency token.

ConnectorArn

[required] The Amazon Resource Name (ARN) that was returned when you called create_connector.

Definition

[required] Template configuration to define the information included in certificates. Define certificate validity and renewal periods, certificate request handling and enrollment options, key usage extensions, application policies, and cryptography settings.

Name

[required] Name of the template. The template name must be unique.

Tags

Metadata assigned to a template consisting of a key-value pair.