How do I create a chained SSL certificate?

Certificate chains are fully supported in ZXTM through the admin interface. A certificate chain is sometimes required when your public certificate is signed by a Certificate Authority's intermediate certificate rather than a root certificate.

Creating the certificate chain is easily performed from the SSL Certificate catalog:

  1. Upload or import your Certificate that was signed by the Certificate Authority.
  2. Click the Add intermediate certificate.
  3. Upload the intermediate Certificate supplied by your Certificate Authority.

The User interface will now display both your Certificate and the intermediate Certificate.

Starting in ZXTM 5.0r1 you can add multiple intermediate certificates (e.g. for an EV certificate) through the user interface.

Older versions

User interface support for chained certificates was added in version 4.1, chained certificates in older versions are possible using a few command line operations to join your public certificate and your Certificate Authority's intermediate certifcate together.

If your public certificate is named 'my.pub' and your CA's public certificate (the intermediate cert) named 'ca.pub',then the following steps will create a valid chained certificate:

cat my.pub ca.pub > chained.pub

The ZEUSHOME/admin/bin/cert program has a '--check' option toensure that private and public keys form a valid pair. Run this command to ensure that your new certifcate is valid:

cert -key <private_certificate> -in <chained.pub> --check

The chained certificate 'chained.pub' can now be renamed if neccessary and imported into ZXTM via the Admin Interface.

Owen Garrett [Zeus Dev Team] 04 September 2006 Bookmark with del.icio.us Post this article to Digg Post this article to reddit Post this article to Facebook Tweet this article 1 comment  

Comments:

This public messageboard is not a forum for technical support. To report technical support problems, please contact our dedicated Support team using the instructions at the bottom of this page.

Comment from: Dick Davies [Visitor] · http://number9.hellooperator.net
By multiple intermediate certificates, do you mean I can install a CA that vouches for the CA that vouches for my server cert?

We have a lot of those, so without that feature (or a workaround) we're stuck (I'm playing with the Desktop Evaluator VM appliance, which I think is 5.0).

Also, I have about 2 dozen of these certificates , all signed by a third-party CA. Do I have to install a CA cert for each of them, or is a CA cert now an object in the catalog?
Permalink 20 January 2009 @ 13:59
Leave a comment ...
Your email address will not be displayed.
Your URL will be displayed.
This public messageboard is not a forum for technical support. To report technical support problems, please contact our dedicated Support team using the instructions at the bottom of this page.
Options:
 
(Line breaks become <br />)
(Set cookies for name, email & url)

Recently...

Other Resources