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:
The User interface will now display both your Certificate and the intermediate Certificate. Older versionsUser 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
|
Recent Articles
Other Resources
|


