01-17-2007 07:56 PM
Hi Gilles,
Please let me know whether CSS supports loadbalancing of the SFTP servers .
Is there any specific configuration to be defined under the content.
Thanks
01-23-2007 11:46 AM
1. Define a secure File Transfer Protocol (FTP) record file to import certificates and private keys into the CSS from an SFTP server.
# ftp-record ssl_record 192.168.19.21 johndoe "abc123" /home/johndoe
2. Use secure FTP to transfer the imported certificates and private keys to the CSS.
# copy ssl sftp ssl_record import rsacert.pem PEM "passwd123" Connecting
Completed successfully
# copy ssl sftp ssl_record import rsakey.pem PEM "passwd123"
Connecting
Completed successfully
3. Enter configuration mode.
# config
(config) #
4. To use RSA public key exchange and authentication:
a. Associate the imported RSA certificate with a file.
(config) # ssl associate cert myrsacert1 rsacert.pem
b. Associate the imported RSA key pair with a file.
(config) # ssl associate rsakey myrsakey1 rsakey.pem
5. Compare the public key in the associated certificate with the public key stored with the associated private key and verify that they are the same.
(config) # ssl verify myrsacert1 myrsakey1
Certificate mycert1 matches key mykey1
01-23-2007 06:15 PM
Pradeep,
Thanks for the reply.we dont have SSL Module in the CSS.
Please let me know the preferred configuration without SSL Module in place.
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