The LDAP - TLS Profile is used to add the Domain Controller root certificate to the SBC.
set profiles security ldapTlsProfile <Profile Name> ldapCaCerts <PkiRootCertificateFile Name>
delete profiles security ldapTlsProfile defaultLdapTlsProfile ldapCaCerts <Certificate Name>
The parameters ldapTlsProfile and ldapCaCerts are described below:
Parameter | Length/Range | Default | Description | M/O |
---|---|---|---|---|
ldapTlsProfile | N/A | defaultLdapTlsProfile |
| M |
ldapCaCerts | N/A | N/A | <profile name> – The name of CA certificate referred to by the LDAP-TLS profile. | M |
Ensure you perform the following steps before you perform the configuration.
/opt/sonus/external
directory by copying the downloaded certificate file or through the EMA.openssl x509 -inform PEM -in <infile.cer> -outform DER -out <outfile>.der
.set system security pki certificate PkiCert type remote fileName ldapFirst.der state enabled
set profiles security ldapTlsProfile defaultLdapTlsProfile ldapCaCerts PkiCert
delete profiles security ldapTlsProfile defaultLdapTlsProfile ldapCaCerts PkiCert