- Community Home
- >
- Storage
- >
- Entry Storage Systems
- >
- MSA Storage
- >
- MSA 2040: Change the https certificate
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2017 05:42 AM
05-18-2017 05:42 AM
Hello,
Is it possible to change the https certificate to a custom certiticate that I created my self? I have a local CA in my domain which I sing certificates with and I wanted to generate a valid certificate for my MSA 2040 so I don't get the warning each time I login via the web GUI.
Thank,
-Patric
Solved! Go to Solution.
- Tags:
- certificate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2017 02:35 AM - edited 05-19-2017 02:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2018 10:42 AM
10-07-2018 10:42 AM
Re: MSA 2040: Change the https certificate
We have a local CA in my domain and need to create customized certificate.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2018 08:52 AM
10-08-2018 08:52 AM
Re: MSA 2040: Change the https certificate
Hello Emad,
You will have to work with you CA to create the customer certificates that will be specific to your domain. HPE cannot provide you those custom certificates.
Please refer to the SMU Guide for general instructions for installation of the certificates.
Cheers,
Shawn
I work for HPE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2019 12:49 AM - edited 03-21-2019 07:11 AM
01-22-2019 12:49 AM - edited 03-21-2019 07:11 AM
Re: MSA 2040: Change the https certificate
A detailled blog post on this : https://storcom.com/installing-ca-ssl-certificates-on-hpe-msa-array/
1) Request a certificate at your CA manager, it will be probably delivered as a .pfx file
2) Extract the .pfx file into two separate PEM files
- The certificate .cer file
- The private .key file (exported with a pass phrase)
3) Decrypt/Remove the passphrase from the .key file
4. Edit the .cer file you extracted at step 2) and add your company's intermediate certificate and the root certificate. The final .cer file should look like:
- -----BEGIN CERTIFICATE-----
Array’s certificate
-----END CERTIFICATE----- - -----BEGIN CERTIFICATE-----
The intermediate certificate chain
-----END CERTIFICATE----- - -----BEGIN CERTIFICATE-----
The ROOT CA certificate
-----END CERTIFICATE-----
5. Upload the .cer and the private .key file
put <certificate file name> cert-file
put <key file> cert-key-file
Hope this helps.
Hit the Kudo's button to show appreciation or mark as solution if your question was answered.