Certutil import ldapca – Brocade Network OS Command Reference v4.1.0 User Manual
Page 102

64
Network OS Command Reference
53-1003115-01
certutil import ldapca
2
certutil import ldapca
Imports an LDAP CA certificate.
Synopsis
certutil import ldapca directory path file filename protocol {FTP | SCP} host remote_ip
user user_acct password password ssh
certutil import ldapca | syslogca directory ca certificate path protocol {FTP | SCP} host remote_ip
user user_acct password password [rbridge-id {rbridge_id | all}]
no certutil ldapca [rbridge-id {rbridge-id | all}]
Operands
directory path
Specifies the path to the certificate.
file filename
Specifies the filename for the certificate.
host remote_ip
Specifies the IP address of the remote host.
password password
Specifies the password to access the remote host.
protocol FTP | SCP
Specifies the protocol used to access the remote server.
rbridge-id
Enables RBridge ID mode to support Virtual Cluster Switching (VCS) on
individual nodes.
rbridge-id
Specifies a unique identifier for a node.
all
Specifies all identifiers for a node.
user user_acct
Specifies the user name to access the remote host.
Defaults
None
Command Modes
Privileged EXEC mode
Description
Use this command to import a Lightweight Directory Access Protocol (LDAP) Certification Authority
(CA) certificate from a remote server. This command supports FTP and SCP.
Usage Guidelines
Enter no certutil ldapca to delete the LDAP CA certificates of all Active Directory (AD) servers.
The rbridge-id operand is supported in VCS mode only.
Examples
In Standalone mode
To import a certificate for LDAP:
switch# certutil import ldapca directory /usr/ldapcacert file cacert.pem
protocol SCP host 10.23.24.56 user admin password *****
To import the SSH public key for user “admin” from the remote host:
switch# certutil import sshkey user admin host 10.70.4.106 directory
/users/home40/bmeenaks/.ssh file id_rsa.pub login fvt
Password: ***********
switch# 2012/11/14-10:28:58, [SEC-3050], 75,, INFO, VDX6720-60, Event: sshutil,
Status: success, Info: Imported SSH public key from 10.70.4.106 for user 'admin'.
switch#
To delete all LDAP CA certificates:
switch# no certutil ldapca