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

Exit Print View

Updated: November 2016
 
 

Manage an AD Server's Certificate (Oracle ILOM CLI)

Managing an AD server's certificate involves uploading a certificate if one is not present, or deleting a certificate when needed.

  • If strict certificate mode is required, you must upload the switch's certificate.

  • Some situations might require you to remove an existing certificate. For example, if the switch is no longer using strict certificate mode, or if a certificate expires and must be replaced with a new one, you must remove the existing certificate.

  • Do one of the following:
    • Remove an existing certificate.
      -> set /SP/clients/activedirectory/cert/ clear_action=true
      Are you sure you want to remove the cert (y/n)? y
      ->
      
    • Load a certificate file onto the switch's AD server.
      -> load /SP/clients/activedirectory/cert/ load_uri=URI
      ->
      

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

    For example, to load the certificate file 112115.cert, type:

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

Related Information