Hello,
To automate the initial setup of new services (e.g., UCCX, new SIP Trunks to a third party) on our Cisco Unified Communications Manager (CUCM) 14 cluster, we are using the AXL API via Python. Before we can use AXL, we must manually upload the application's self-signed certificate into the CUCM's CallManager Trust store via the OS Administration web interface.
Is there an equivalent AXL API method (or an undocumented/alternative API) that allows for the programmatic upload and trust of a CA or Self-Signed certificate to the CUCM Trust stores, thereby bypassing the manual OS Administration step? We are looking for a complete end-to-end automation solution for provisioning.