Red Hat NETSCAPE ENTERPRISE SERVER 6.0 - PROGRAMMER GUIDE TO SERVLETS Guide de l'utilisateur Page 206

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 328
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 205
Chapter 9: How to Use SSL with Interstage HTTP Server
9-6
# Server name
ServerName main.example.com
# User of creating a certificate/key management environment is set
User user1
# Group of creating a certificate/key management environment is set
Group group1
# Using SSL
SSLExec on
# SSL protocol version
SSLVersion 2-3
# Level of client certification (Specify “none” when operating it without the
client attestation.)
SSLVerifyClient require
# Slot information directory
SSLSlotDir /home/ssl/slotdir
# Token label
SSLTokenLabel secret_key_tok
# User PIN file
SSLUserPINFile /home/ssl/upinfile
# Operation control directory
SSLEnvDir /home/ssl/envdir
# Nickname of the site certificate
SSLCertName server_cert
# Nickname of the client CA certificate
SSLClCACertName client_cert
# Method of encryption
SSLCipherSuite
RC4-MD5:RC2-MD5:EXP-RC4-MD5:RSA-RC4-MD5:RSA-RC4-SHA:RSA-EXPORT-RC4-MD5
SSL Operation Using the Virtual Host Function
Example
When operating SSL using the following settings:
Virtual host not using SSL:
Port number “80”, Root directory open to the public “C:\www\public
Virtual host using SSL (without client authentication):
Port number “443”, Root directory open to the public “C:\www\secure1”
Virtual host using SSL (with client authentication):
Port number “8443”, Root directory open to the public “C:\www\secure2”
# Add the module (Delete the comment)
AddModule mod_ihs_ssl.c
# Number of the port used for communication with a browser
Listen 80
Listen 443
Listen 8443
Vue de la page 205
1 2 ... 201 202 203 204 205 206 207 208 209 210 211 ... 327 328

Commentaires sur ces manuels

Pas de commentaire