Restoring Configuration of an SSL Module
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2005 09:26 PM
I would like to write a document
about config restore of an C6K SSL module. Restoring the saved
running-config is not enough.
Key pairs have to be imported manually. (crypto key import ...).
SSL certificates using those keys are included in the running config but "ssl-proxy- services" using those keys/ceritificates are not working after restore of saved
running-config.
Are there any experiences regarding this issue in the field ?
- Labels:
-
Application Networking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 11:38 AM
Although there is no specific documented process for correctly backing up certificates and config and restoring, saving your SSL config is documented at the following link:
To backup, just change the destination to a non-local filesystem. Such as:
copy system:running-config ftp:sslmconfig
Since private keys aren't copied when this is done, it's suggested to back up key pairs and the associated certificate chain by exporting each trustpoint to a PKCS12 file. This is detailed here:
Hope this helps.
