Registers a certificate for a secure LDAP or client certificate authentication.
directoryservice_register_certificate(DirectoryId, CertificateData,
Type, ClientCertAuthSettings)[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.
A list with the following syntax:
list( CertificateId = "string" )
svc$register_certificate(
DirectoryId = "string",
CertificateData = "string",
Type = "ClientCertAuth"|"ClientLDAPS",
ClientCertAuthSettings = list(
OCSPUrl = "string"
)
)