dell / PyU4V

PyU4V is a Python module that simplifies interaction with the Unisphere for PowerMax REST API. It wraps REST calls with simple APIs that abstracts the HTTP request and response handling.
Apache License 2.0
41 stars 37 forks source link

How to generate Unisphere certificate and consume in EMC SRDF Rest API #192

Closed vijayshihan closed 3 months ago

vijayshihan commented 3 months ago

How to generate Unisphere certificate and consume in EMC SRDF Rest API

Please details steps...

Should need to run generate certificate command on cli of Unisphere server ? How I can use it in EMC SRDF Rest API.

Please response as soon

rawstorage commented 3 months ago

you can do either, this is documented in the read the docs. https://pyu4v.readthedocs.io/en/latest/PyU4V.html#PyU4V.serviceability.ServiceabilityFunctions.import_custom_certificate:~:text=import_custom_certificate(array_id,%EF%83%81

you can simply import the public key from your Unsiphere server to the trust store on the server executing the scripts or specify a path the the files.