Cisco APIC Security Configuration Guide, Release 6.2(x)

PDF

Cisco APIC Security Configuration Guide, Release 6.2(x)

Enable certificate-based authentication by using the NX-OS-style CLI

Want to summarize with AI?

Log in

Configure certificate-based authentication for HTTPS access by specifying a certificate authority (CA) and enabling client certificate authentication.


Procedure

  1. Enable certificate-based authentication for HTTPS access.

    Example:

    configure terminal
    						comm-policy default
    						https
    						client-cert-ca <CA-name>
    						client-cert-state-enable
  2. To disable certificate-based authentication, remove the client certificate state and CA configuration.

    Example:

    configure terminal
    						comm-policy default
    						https
    						no client-cert-state-enable
    						no client-cert-ca