Registers a certificate for a secure LDAP or client certificate authentication.
See https://www.paws-r-sdk.com/docs/directoryservice_register_certificate/ for full documentation.
directoryservice_register_certificate(
DirectoryId,
CertificateData,
Type = NULL,
ClientCertAuthSettings = NULL
)
[required] The identifier of the directory.
[required] The certificate PEM string that needs to be registered.
The function that the registered certificate performs. Valid values
include ClientLDAPS
or ClientCertAuth
. The default value is
ClientLDAPS
.
A ClientCertAuthSettings
object that contains client certificate
authentication settings.