hit counter script

Generating Keys And Certificates; Example: Generating An Rsa Key; Example: Generating A Certificate - Cisco CSS11501 - 100Mbps Ethernet Load Balancing Device Configuration Manual

11000 series secure content accelerator
Hide thumbs Also See for CSS11501 - 100Mbps Ethernet Load Balancing Device:
Table of Contents

Advertisement

Generating Keys and Certificates

Generating Keys and Certificates

Example: Generating an RSA Key

Note

Example: Generating a Certificate

Cisco 11000 Series Secure Content Accelerator Configuration Guide
4-24
RSA private keys, certificates, and certificate signing requests can be generated
directly on the device.
1.
Enter Privileged, Configuration, SSL Configuration, and Key Configuration
modes, creating a key named myGenKey.
SCA> enable
SCA# configure
(config[myDevice])# ssl
(config-ssl[myDevice])# key myGenKey create
(config-ssl-key[myGenKey])#
2.
Enter the following command to generate a 1024-bit key using the seed string
lemon. The key is displayed once using DES encryption. The resulting key is
stored on the device as well as exported to a PEM-encoded file named
mykey.pem. (This command must be entered on one line.)
(config-ssl-key[myGenKey])# genrsa bits 1024 encrypt des seed
lemon output https://www.mywebsite.com/mykey.pem
Using the HTTPS protocol ensures that your key is transmitted
securely.
Enter Privileged, Configuration, and SSL Configuration modes.
1.
SCA> enable
SCA# configure
(config[myDevice])# ssl
(config-ssl[myDevice])#
Chapter 4
Using the Configuration Manager
78-13124-05

Advertisement

Table of Contents
loading

Table of Contents