Hi we have a couple of 3par 7200 arrays, and use VMWARE SRM for fail-over using the HP SRA.
we tried to test a fail over today, but got an certificate error
i did a CLI to both 3par arrays and did a showcert , and both certificates have expired.
Can anyone point me in the right direction on how to renew these self signed certificates ?
ive done some googling but cannot find anything.!
any help appreciated
Thanks
Mark Green
renew 3par Expired self signed Certificates
Re: renew 3par Expired self signed Certificates
Is this what you are looking for?
createcert - Create self-signed SSL certificate or a certificate signing request (CSR) for the HP 3PAR Storage System SSL services.
SYNTAX
createcert <SSL service> {-csr|-selfsigned} [-f] [-keysize <keysize>] [-days <days>] [<subject attribute options>] [<CSR filename>]
createcert - Create self-signed SSL certificate or a certificate signing request (CSR) for the HP 3PAR Storage System SSL services.
SYNTAX
createcert <SSL service> {-csr|-selfsigned} [-f] [-keysize <keysize>] [-days <days>] [<subject attribute options>] [<CSR filename>]
Re: renew 3par Expired self signed Certificates
here's how i do it:
get the common names of the expired certs
for each expired cert renew them. for example the unified-server cert:
get the common names of the expired certs
Code: Select all
showcert
for each expired cert renew them. for example the unified-server cert:
Code: Select all
createcert unified-server -selfsigned -CN "<CERT CN>"
Re: renew 3par Expired self signed Certificates
Thanks guys, all sorted.
Re: renew 3par Expired self signed Certificates
Any impact on existing management/clients from renewing the self signed certificates?
Re: renew 3par Expired self signed Certificates
JamesRRR wrote:Any impact on existing management/clients from renewing the self signed certificates?
Hi no , no impact at all
regards
Mark
Re: renew 3par Expired self signed Certificates
Is this the same certificate and process for VVOL's cert expiring and VASA provider?
-
- Posts: 1
- Joined: Wed Aug 03, 2022 8:29 am
Re: renew 3par Expired self signed Certificates
I'm receiving a permissions denied when attempting to create the cert. I'm logged in as 3PARCUST. Any assistance would be appreciated.
Re: renew 3par Expired self signed Certificates
use 3paradm on the 3par. 3parcust is a user on legacy SP.
The views and opinions expressed are my own and do not necessarily reflect those of my current or previous employers.