User's Manual

Command line 60
ldap-certificate
View and upload LDAP certificates from a remote FTP server.
Supported actions: help, load, remove, show
Item Description
load ldap-certificate
Download an LDAP certificate from a remote server using FTP or SFTP and apply
it to the VC domain.
Syntax
load ldap-certificate
Address=<ftp://user:password@IPAddress/filename>
-or-
load ldap-certificate
Address=<ftp://user:password@ipaddress> Filename=<name>
Properties
Address (required)
A valid IP address or host name of the server, including user name, password,
and name of the certificate file on the server.
Place brackets around the IPv6 address in the FTP URL.
If the domain is in FIPS mode, SFTP must be used.
Filename (required)
The name of the LDAP certificate file on the server. The filename can also be given
separately.
The file path given will be treated as relative to the login directory for the user on
the FTP server. The user should ensure that the permissions are appropriate for the
transfer to succeed.
Examples
->load ldap-certificate
Address=ftp://user:password@192.168.10.12/new-ldap.crt
Downloads LDAP certification from the remote FTP server
->load ldap-certificate
Address=ftp://user:password@192.168.10.12
filename=/new-ldap.crt
Downloads LDAP certification from the remote FTP server
->load ldap-certificate
address=ftp://user:password@[2001:1::1]/new-ldap.crt
Downloads LDAP certification from the remote FTP server using an IPv6 address
->load ldap-certificate
address=ftp://user:password@[2001:1::1]
filename=/new-ldap.crt
Downloads LDAP certification from the remote FTP server using an IPv6 address
Item Description
remove
ldap-certificate
Remove an existing LDAP certificate.
Syntax
remove ldap-certificate <SerialNumber | *>
Parameter
SerialNumber
(required)
The serial number of an existing LDAP certificate. Use "*" to remove all
configured LDAP certificates.
Examples
->remove ldap-certificate B4:02:C0:29:B5:E5:B4:81
Removes an existing LDAP certificate by serial number
->remove ldap-certificate *
Removes all LDAP certificates