- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- Re: System Management Homepage and SSL 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
Discussions
Discussions
Discussions
Forums
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
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-04-2020 05:15 AM
тАО05-04-2020 05:15 AM
Good day!
I'm looking into remediation of a vulnerability for self-signed certificates on our Systems Management Homepage.
I've found how to do the remediation manually, individually for a server, but I have about 3500 servers to remediate. I'm interested to see if HPE has a method of creating the CSR by script, and we can submit the requests to our CA.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2020 07:36 AM
тАО05-04-2020 07:36 AM
Re: System Management Homepage and SSL Certificates
Facing the same challenge, do you mind posting your manual process and it might help out with the scripting question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2020 12:50 PM
тАО05-04-2020 12:50 PM
Re: System Management Homepage and SSL Certificates
You can follow the steps above. Generate the CSR, submit it to your CA, download the certificate. Replace it at C:\hp\sslshare\cert.pem. Stop/start the service and you're done.
Now I just need a way to generate, submit, and download 3500 CSRs!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2020 02:41 AM - edited тАО05-05-2020 02:46 AM
тАО05-05-2020 02:41 AM - edited тАО05-05-2020 02:46 AM
Re: System Management Homepage and SSL Certificates
Greetings,
I understand applying such steps on 3500 servers going to be a daunting task. I am sorry, I could not find any script in our knowledge base to automate such sequences.
You may think of doing something using scripts based on commands available in "How to setup your own Certificate Authority using OpenSSL" -https://internal.support.hpe.com/hpesc/public/docDisplay?docId=c00905526
Hope it helps, all the best.
I am a HPE Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2020 04:30 AM
тАО05-05-2020 04:30 AM
Re: System Management Homepage and SSL Certificates
Doesn't look like I can get into that page. Is that an internal HPE only site? I've tried signing in with my HPE support account at that site and no luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2020 09:08 AM
тАО05-05-2020 09:08 AM
SolutionI've found some other resources on openssl. Looks like I can generate the CSR with openssl and submit it to my CA.
.\openssl.exe req -key c:\hp\sslshare\file.pem -new -out c:\hp\sslshare\server.csr -subj "/C=US/ST=State/L=City/O=Company/OU=IT/CN=servername"
Move-Item c:\hp\sslshare\cert.pem c:\hp\sslshare\cert.pem.old
.\certreq.exe -submit -config servername.company.com\servername -attrib "CertificateTemplate:WebServer" c:\hp\sslshare\server.csr c:\hp\sslshare\cert.pem
Stop/start the System Management Homepage service and it's replaced
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-10-2020 03:17 AM
тАО05-10-2020 03:17 AM
Re: System Management Homepage and SSL Certificates
Greetings,
Many thanks for sharing the steps that helped you.
I am sorry, not sure why the public document could not be accessed via the link.
Regards,
I am a HPE Employee