Forum Discussion
Ichnafi
Cirrostratus
Oct 07, 2025Ansible - Upload Certificates requires Administrator Role?
Hi, I'm trying to give people the opportunity to manage their SSL Certificates themself. So I build something, that triggers an ansible playbook upload and update certificates on a LTM. The u...
- Oct 07, 2025
Hi Ichnafi ,
Unfortunately, admin role is needed in this use case: REST API Access. I would say to consider an automation server and apply Firewall/BIG-IP source IP restrictions from that automation server and run the ansible playbook from there with the admin role.
Kevin_Stewart
Employee
Nov 13, 2025One thing you can do as an alternate role is "pull" certificates:
curl -sk -u certadmin:certadmin \
-X POST -H "Content-Type: application/json" \
-d '{"command": "install", "name": "myserver.key", "from-url": "https://staging/myserver.key"}' https://10.1.1.6/mgmt/tm/sys/crypto/key
curl -sk -u certadmin:certadmin \
-X POST -H "Content-Type: application/json" \
-d '{"command": "install", "name": "myserver.crt", "from-url": "https://staging/myserver.crt"}' https://10.1.1.6/mgmt/tm/sys/crypto/cert
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
