Forum Discussion

3 Replies

  • Hi Maverick, Did you copy the cert and key manually to bigip /var/tmp folder before installing by name certname.crt ? It's throwing 404 means file not found. Can you please paste the commands or scripts that you are using for this work ?
  • yes certs were copied before we tried this. I can use the same tmsh command to install it but it doest work with these commands: curl -sk -u admin:admin -H "Content-Type: application/json" -X POST https://x.x.x.x/mgmt/tm/sys/crypto/cert -d '{"command":"install","name":"test","from-local-file":"/var/tmp/test.crt"}' curl -sk -u admin:admin -H "Content-Type: application/json" -X POST https://x.x.x.x/mgmt/tm/sys/crypto/key -d '{"command":"install","name":"test","from-local-file":"/var/tmp/test.key"}'
  • sorry guys, it worked after i restarted icrd. Weird that it was failing earlier although i checked that the service was up and running.