Configure X.509 certificate and private key generation using OpenSSL commands for secure authentication.
Generate an X.509 certificate and private key to enable secure authentication. The certificate will be added to the user's profile on the APIC for signature verification, while the private key is used by the client to generate signatures.
X.509 certificates contain public keys used for signature verification, while private keys must be kept secure and are never stored on the APIC. This process creates both components needed for certificate-based authentication.
Procedure
You have successfully generated an X.509 certificate and private key pair. The certificate file contains the public key and certificate information, while the private key file contains the secret key for generating signatures.