Author Topic: SSL Wildcard Cert  (Read 2266 times)

hegars

  • Calf
  • *
  • Posts: 2
SSL Wildcard Cert
« on: June 17, 2013, 10:11:40 PM »

I have a TS5400D running fw: 2.40-1.28.

 

I am trying to get a RapidSSL Wildcard key to work correctly with the unit.

 

Problem is that the RapidSSL Wildcard has an intermediate certificate that needs to be loaded along with the CRT and KEY but there is nowhere I can see to load this intermediate cert.

 

Bundling the keys together does not seem to work either.

 

Has anyone got this working on this unit?

 

Thanks for your help.


hegars

  • Calf
  • *
  • Posts: 2
Re: SSL Wildcard Cert
« Reply #1 on: June 19, 2013, 01:54:55 AM »

Its done this way in apache

 

<VirtualHost 192.168.0.1:443>DocumentRoot /var/www/html2ServerName www.yourdomain.com
SSLEngine onSSLCertificateFile /path/to/your_domain_name.crtSSLCertificateKeyFile /path/to/your_private.keySSLCertificateChainFile /path/to/DigiCertCA.crt</VirtualHost>