romio28
Apr 05, 2023Altostratus
Import ssl certicate bundle through iControl as user with Certificate Manager role
We have to import and upgrade Certificate bundle with rest: curl -sk -u "user:passss" -H "Content-Type: application/json" -X POST https://10.10.10.10/mgmt/tm/sys/crypto/cert -d '{"command":"install"...
- Apr 11, 2023
Hi Leslie_Hubertus , yes it solve the issue, I think it's the best practice to automate bundle update, the only negative point is the update interval but we can force it with Icontrol:
curl -i -sk -u "user:pass" -H "Content-Type: application/json" -X PATCH https://10.10.10.10/mgmt/tm/sys/crypto/ca-bundle-manager/~Common~BM_url -d '{ "updateNow": "yes" }'
Thanks,