Forum Discussion

Raj6's avatar
Raj6
Icon for Nimbostratus rankNimbostratus
Jan 30, 2024

Is it possible to configure BIGIP with Node.js?

I am trying to configure BIGIP/iControl REST APIs with my node.js (JavaScript) application for uploading and installation of certificate. I could not find any document/forum on how to implement this in node.js.

I am using python to upload the certificate for now using the method specified in the BIGIP SDK documentation (https://f5-sdk.readthedocs.io/en/latest/userguide/file_transfers.html). However I want to achieve the same using node.js.

Also I have successfully uploaded the certificate to the downloads directory mentioned in the docs. I am facing issues with how to install the certificate? Can someone help me with the steps?

Is it possible with node.js? if not can someone suggest me what other options I have to achieve this?