Activating a Web server CA certificate chain using the CLI

Prev Next

Use the commands in this section to activate a Web server CA certificate chain.

To activate a Web server CA certificate chain:
  1. Go to CLI configuration mode:

    hostname > enable
    hostname # configure terminal
  2. Activate the certificate chain:

    hostname (config) # web server ssl ca-chain <chainName>

    where:

    • chainName is a unique name for the CA certificate chain. The name must begin with a letter or number. The remaining characters in the name can be letters, numbers, periods (.), dashes (-), and underscores (_).

  3. Verify your change:

    hostname (config) # show web
  4. Save your changes:

    hostname (config) # write memory
To deactivate a Web Server CA certificate chain:
  1. Go to CLI configuration mode:

    hostname > enable
    hostname # configure terminal
  2. Deactivate the chain:

    hostname (config) # no web server ssl ca-chain

Example

The following example activates the "apache01" certificate chain.

hostname (config) # web server ssl ca-chain apache01