Client Management Suite

 View Only

Transerring SSL Certificates between web servers 

Apr 08, 2015 11:23 AM

Like many Symantec customers just now, I'm evaluating a Bombgar remote control appliance.

To speed up the process of getting the applicance running, I decided to fire off our SSL cert request immediately on a Windows Server and work on the appliance request and subsequent import into our vCenter as parallel tasks.

This meant creating the request on a Windows server and then sending that off to Trend (a process which in IIS takes just a few moments). Later, when we got our cert chain back from Trend, the tricky bit was importing the resulting certificate chain into the Bombgar appliance with the private key that IIS generated.

The process (using openssl) was nicely described in the article below,

https://www.sslshopper.com/move-or-copy-an-ssl-certificate-from-a-windows-server-to-an-apache-server.html

In short you,

  1. Complete the certificate process on the Windows Web server
  2. Export the cert and private key as a .pfx file
  3. Break apart the .pfx file into plain text cert and private key files using openssl.exe
  4. Import the certificate chain and private key into the Bombgar appliance

 

Nice that my Google-Fu worked for once... ;-)

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Comments

Apr 14, 2015 11:43 PM

Thanks for share. I user apache software to make website The Sun Avenue. It run with window server 2012, How i make the SSL to conect via server ?

Related Entries and Links

No Related Resource entered.