Oracle EDR InfiniBand Switch and Virtualized I/O Systems Administration Guide

Exit Print View

Updated: November 2016
 
 

Manage Certificates for Alternate LDAP over SSL Servers (Oracle ILOM CLI)

Alternate LDAP over SSL servers can also have SSL certificates that need to be loaded onto or removed from those servers. Use this task to manage the certificates for the alternate servers.

  • Do one of the following:
    • Remove an existing certificate.

      For example, to remove the certificate file from alternate server 1, type:

      -> set /SP/clients/ldapssl/alternateservers/1/cert/ clear_action=true
      Are you sure you want to remove the cert (y/n)? y
      ->
      
    • Load a certificate file onto an alternate AD server.

      For example, to load a certificate file onto alternate server 1, type:

      -> load /SP/clients/ldapssl/cert/ load_uri=URI
      ->
      

      where URI is the uniform resource indicator for the certificate file.

      For example, to load the certificate file 112115.cert onto alternate server 1, type:

      -> load /SP/clients/ldapssl/alternateservers/1/cert/ load_uri=ftp://root:changeme@123.45.67.89/privkeystore/112115.cert
      Load Successful.
      ->
      

Related Information