HP e-Commerce / XML director server appliance sa8250 - Users Guide

C H A P T E R 6 SA8250 Scenarios
253
5. The SA8250 and client send ChangeCipherSpec message to
indicate readiness.
6. The SA8250 and client send finished messages, including
whole conversation.
7. Encrypted data is sent to the SA8250, decrypted, and forwarded
to the least busy server.
8. A clear response is sent to the SA8250, encrypted, and sent to
client.
Procedure for Scenario 5
Using this procedure, you will add an SSL enabled service called
SSL to the previously defined xml policy group.
1. Telnet to the SA8250's port 23 and log on as the administrator
(
admin).
The Command Line prompt displays:
HP SA8250#
2. To move the prompt to the xml policy group, type this
command:
HP SA8250#config policygroup xml
3. To add the new service to the xml policy group, type this
command:
HP SA8250/config/policygroup/xml#
service create SSL vip 30.1.1.201 port 443 type
RICH_HTTP
Service SSL created.
4. To move the prompt to the service SSL level, type this
command:
HP SA8250/config/policygroup/xml#
service SSL
NOTE: An existing key
may be imported using
the
key import
command.
5. To create the RSA private key, type this command:
HP SA8250/config/policygroup/xml/service/SSL#key
create 1024
Finished creating key. Key strength is 1024.