renew 3par Expired self signed Certificates

Post Reply
bunky1966
Posts: 34
Joined: Tue Dec 09, 2014 3:25 am

renew 3par Expired self signed Certificates

Post by bunky1966 »

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
Leif
Posts: 22
Joined: Sun Oct 12, 2014 2:02 pm
Location: Örebro Sweden

Re: renew 3par Expired self signed Certificates

Post by Leif »

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>]
drunkmet
Posts: 51
Joined: Mon Feb 01, 2016 12:55 pm

Re: renew 3par Expired self signed Certificates

Post by drunkmet »

here's how i do it:

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>"
bunky1966
Posts: 34
Joined: Tue Dec 09, 2014 3:25 am

Re: renew 3par Expired self signed Certificates

Post by bunky1966 »

Thanks guys, all sorted.
JamesRRR
Posts: 1
Joined: Mon Dec 04, 2017 12:42 pm

Re: renew 3par Expired self signed Certificates

Post by JamesRRR »

Any impact on existing management/clients from renewing the self signed certificates?
bunky1966
Posts: 34
Joined: Tue Dec 09, 2014 3:25 am

Re: renew 3par Expired self signed Certificates

Post by bunky1966 »

JamesRRR wrote:Any impact on existing management/clients from renewing the self signed certificates?


Hi no , no impact at all

regards
Mark
mujzeptu
Posts: 166
Joined: Thu Mar 21, 2013 11:38 am

Re: renew 3par Expired self signed Certificates

Post by mujzeptu »

Is this the same certificate and process for VVOL's cert expiring and VASA provider?
dsobkowiak
Posts: 1
Joined: Wed Aug 03, 2022 8:29 am

Re: renew 3par Expired self signed Certificates

Post by dsobkowiak »

I'm receiving a permissions denied when attempting to create the cert. I'm logged in as 3PARCUST. Any assistance would be appreciated.
MammaGutt
Posts: 1578
Joined: Mon Sep 21, 2015 2:11 pm
Location: Europe

Re: renew 3par Expired self signed Certificates

Post by MammaGutt »

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.
Post Reply