Active IQ Unified Manager Discussions

Automate ACTIVE IQ SSL certificate

Victornetapp
2,270 Views

Hello , 

 

I have been searching for weeks for a way to automate the renew of ssl certificate of ACTIVE IQ . the only promising thing that found is the shell script : /opt/netapp/essentials/bin/cert.sh . the problem is  that i don't know how to use it . I don't prefer to use external tools like openssl i just want to automate the known way of doing it :  regenerate  the HTTPS certificate download the csr , sign the csr and finally import the certificate .

IS THERE ANYONE WHO KNOW HOW TO DO IT ???

 

Thanks in advance

1 ACCEPTED SOLUTION

Haseeb
1,710 Views

I don't think there is a script available that generates a CSR, the cert.sh script can be used to import a certificate.
AIQUM is not really set up to allow automating this task. 
What you can try though is have a look at the HTTP Requests that are sent when clicking on the CSR and "install Certificate" buttons on AIQUM UI. There should be two requests to a management API endpoint that should yield the CSR and allow uploading a certificate.

View solution in original post

3 REPLIES 3

Haseeb
1,967 Views

Hello,
Are you planning to signs the certificate externally or does it suffice if the is self signed? 

Victornetapp
1,916 Views
Hello,
It is an externally signed certificate not self-signed

Best regards

Haseeb
1,711 Views

I don't think there is a script available that generates a CSR, the cert.sh script can be used to import a certificate.
AIQUM is not really set up to allow automating this task. 
What you can try though is have a look at the HTTP Requests that are sent when clicking on the CSR and "install Certificate" buttons on AIQUM UI. There should be two requests to a management API endpoint that should yield the CSR and allow uploading a certificate.

Public