Lines Matching full:certificate

90 ## BMC Certificate management
92 Certificate management allows replacing the existing certificate and private key
93 file with another (possibly certification Authority (CA) signed) certificate and
94 private key file. Certificate management allows the user to install server,
97 ### Update HTTPS server certificate
100 openbmctool <connection options> certificate update server https -f <File>
104 containing both certificate and private key.
106 ### Update LDAP client certificate
109 openbmctool <connection options> certificate update client ldap -f <File>
112 File: The PEM file containing both certificate and private key.
114 ### Update LDAP root certificate
117 openbmctool <connection options> certificate update authority ldap -f <File>
120 File: The PEM file containing only certificate.
122 ### Delete HTTPS server certificate
125 openbmctool <connection options> certificate delete server https
128 Deleting a certificate will create a new self-signed certificate and will
131 ### Delete LDAP client certificate
134 openbmctool <connection options> certificate delete client ldap
137 ### Delete LDAP root certificate
140 openbmctool <connection options> certificate delete authority ldap
143 Deleting the root certificate can cause an LDAP service outage. Please refer to
179 certificate has been signed by a known CA. The service action would be for the
180 admin to upload the CA certificate to the BMC.
182 To upload the CA certificate to the BMC, refer to the "Update LDAP root
183 certificate" section of this document.
223 - Configure LDAP. a) Configure CA certificate if secure LDAP server is being