|
To make the Cisco SCA use the intermediate certificates, you must
create a certificate group which contains the intermediates. Each
intermediate certificate must be loaded individually and then grouped
at the end:
If your SCA requires certificates in DER format, load the
GlobalSign Root certificate in DER format (GSRoot.der)
# ssl
# cert GSRoot create
# der GSRoot.der <- GlobalSign root cert filename
If your SCA accepts PEM certificates, you can use these
commands to load the GlobalSign Root certificate in PEM format
(GSRoot.crt)
# ssl
# cert GSRoot create
# pem GSRoot.crt <- GlobalSign root cert filename
|