IBM HTTP Server for WebSphere Application Server, Versão 6.1
             Sistemas Operacionais: AIX, HP-UX, Linux, Solaris, Windows , z/OS

             Personalize o índice e os resultados da procura

Choosing the level of client authentication

If you enable client authentication, the server validates clients by checking for trusted certificate authority (CA) root certificates in the local key database.

Sobre Esta Tarefa

For each virtual host, choose the level of client authentication:

Procedimento

  1. Specify one of the following values in the configuration file on the SSLClientAuth directive, for each virtual host stanza . A virtual host stanza represents a section of the configuration file that applies to one virtual host.
    None The server requests no client certificate from the client.
    Optional The server requests, but does not require, a client certificate. If presented, the client certificate must prove valid.
    Required The server requires a valid certificate from all clients.

    For example, SSLClientAuth required.

    If you want to use a certificate revocation list (CRL), add crl, as a second argument for SSLClientAuth. For example: SSLClientAuth required crl.

  2. Save the configuration file and restart the server.



Related tasks
Setting advanced SSL options
Tópico de Tarefa    

Termos de Uso | Feedback

Última atualização: Feb 19, 2009 4:14:16 PM CST
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.ihs.doc/info/ihs/ihs/tihs_chooseca.html