During License Hub onboarding, the Avi Controller certificate needs to be uploaded manually to establish a trusted connection between License Hub and the Avi Controller. This requirement is commonly seen in environments using custom CA or self-signed certificates, where certificate validation may otherwise fail during onboarding.
admin credentials.fetch_cert.sh script to the following directory on the Avi Controller: (Script is attached to the KB)/opt/avi/scripts/admin@broadcom-local:~$ chmod +x /opt/avi/scripts/fetch_cert.sh
127.0.0.1 or the Avi Controller IP address.Example:
admin@broadcom-local:~$ sudo /opt/avi/scripts/fetch_cert.sh 127.0.0.1
Avi Controller : 127.0.0.1:443
SNI Hostname : 127.0.0.1
CA Validation : DISABLED (Blind trust)
----------------------------------------
Fetching certificate...
Successfully fetched certificate!
----------------------------------------
Success: Certificate chain saved to 'full_chain.pem'.Note:
Use the Fully Qualified Domain Name (FQDN) only if it is specifically required in the deployment environment.
full_chain.pem is saved to whatever directory you're in when you execute the script — your current working directory.Example:
cat full_chain.pem-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
Endpoint Management > Onboard an EndpointNote: Once the endpoint is successfully onboarded, it will be listed in the Endpoint Management section as shown below on the License Hub.