03-27-2006 01:26 AM
On the CSS, how do you install intermediate certificates so client browsers can know to trust your SSL certificate? Do you combine all three certificates into one associated certificate. e.g.
-----BEGIN CERTIFICATE-----
xxx
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
yyy
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
zzz
-----END CERTIFICATE-----
or associate each certificate?
03-27-2006 06:06 PM
Danian,
Examine this page, it covers the details of how to do this. The section of interest to you is the box which discussed obtaining and installing the verisign intermediate cert -
http://www.cisco.com/warp/customer/117/expired_verisign.html
Basically you have the concept correct, but the order of certs in the chain is important.
Peter
03-28-2006 04:15 AM
Thanks Peter.
This resolved my issue. I had concatenated the certificates in the wrong order so verify was not working.
http://www.cisco.com/en/US/products/hw/contnetw/ps792/products_tech_note09186a00801de89b.shtml
Damian
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide