Hello All,
I am trying to follow this process outlined below for Ansible to authenicate to APIC controller using signature based authentication.
I need to determine where the open ssl command is ran. Is it ran on the APIC controller or the Ansible controller?
Generate certificate and private key
Signature-based authentication requires a (self-signed) X.509 certificate with private key, and a configuration step for your AAA user in ACI. To generate a working X.509 certificate and private key, use the following procedure:
$ openssl req -new -newkey rsa:1024 -days 36500 -nodes -x509 -keyout admin.key -out admin.crt -subj '/CN=Admin/O=Your Company/C=US'