Enable Ca Enrollment Policy
| directoryservice_enable_ca_enrollment_policy | R Documentation |
Enables certificate authority (CA) enrollment policy for the specified directory¶
Description¶
Enables certificate authority (CA) enrollment policy for the specified directory. This allows domain-joined clients to automatically request and receive certificates from the specified Amazon Web Services Private Certificate Authority.
Before enabling CA enrollment, ensure that the PCA connector is properly configured and accessible from the directory. The connector must be in an active state and have the necessary permissions.
Usage¶
directoryservice_enable_ca_enrollment_policy(DirectoryId,
PcaConnectorArn)
Arguments¶
DirectoryId |
[required] The identifier of the directory for which to enable the CA enrollment policy. |
PcaConnectorArn |
[required] The Amazon Resource Name (ARN) of the Private Certificate Authority (PCA) connector to use for automatic certificate enrollment. This connector must be properly configured and accessible from the directory. The ARN format is:
|
Value¶
An empty list.
Request syntax¶
svc$enable_ca_enrollment_policy(
DirectoryId = "string",
PcaConnectorArn = "string"
)