[Contents] [Prev] [Next] [Index] [Report an Error]

Manually Obtaining Digital Certificates

You can manually add digital certificates, or you can use SCEP to help manage how you obtain certificates.

For information about using SCEP to obtain certificates, see Obtaining Digital Certificates through SCEP .

To manually add a signed certificate:

  1. Create a certificate signing request.

    where:

  2. Copy the file generated to another system, and submit the certificate signing request file generated to the certificate authority.

    You can transfer the file through FTP by using the file copy command.

    The remote system prompts you for your password.

  3. When you receive the signed certificate, copy the file back to the system to the /tmp directory.

    You can transfer the file through FTP, as shown in Step 2.

  4. Add the certificate to the SRC configuration.

    where

    For example, to import the file sdx.cer that is identified as web:

  5. Verify that the certificate is part of the SRC configuration.
    user@host> show security certificate
    web subject:CN=host
    
    

    If there are no certificates on the system, the CLI displays the following message:

    user@host> show security certificate 
    No entity certificates in key store
    
    

Related Topics


[Contents] [Prev] [Next] [Index] [Report an Error]