Security Services Implemented Within Oracle HTTP Server
Managing Security
8-15
SSLCARevocationPath
Specifies the directory where
PEM
-encoded Certificate
Revocation Lists (CRLs) are stored. These CRLs come from the
CA
s (Certificate
Authorities) that you accept certificates from. If a client attempts to authenticate
itself with a certificate that is on one of these CRLs, then the certificate is revoked
and the client cannot authenticate itself with your server.
SSLCipherSuite
Specifies the SSL
cipher suite
that the client can use during the
SSL handshake. This directive uses a colon-separated cipher specification string to
identify the cipher suite.
Table 8–3
shows the tags you can use in the string to
describe the cipher suite you want.
Tags are joined together with prefixes to form cipher specification string.
Category
Value
Syntax
SSLCARevocationPath
path/to/CRL_directory/
Example
SSLCARevocationPath /
ORACLE_HOME
/Apache/conf/ssl.crl/
Default
None
Context
server configuration, virtual host
Category
Value
Valid Values
none
: Adds the cipher to the list
+
: Adds the cipher to the list and place them in the correct location in the
list
-
: Remove the cipher from the list (can be added later)
!
: Remove the cipher from the list permanently
Example
SSLCipherSuite
ALL:!LOW:!DH
In this example, all ciphers are specified except low strength ciphers and
those using the
Diffie-Hellman key negotiation algorithm
.
Syntax
SSLCipherSuite
cipher-spec
Default
None
Context
server configuration, virtual host, directory
Содержание HTTP Server
Страница 1: ...Oracle HTTP Server Administrator s Guide 10g Release 1 10 1 Part No B12255 01 December 2003 ...
Страница 12: ...xii ...
Страница 22: ...xxii ...
Страница 30: ...Starting Stopping and Restarting Oracle HTTP Server 1 8 Oracle HTTP Server Administrator s Guide ...
Страница 38: ...About htaccess Files 2 8 Oracle HTTP Server Administrator s Guide ...
Страница 52: ...Getting Information about Processes 4 8 Oracle HTTP Server Administrator s Guide ...
Страница 60: ...Configuring Reverse Proxies and Load Balancers 5 8 Oracle HTTP Server Administrator s Guide ...
Страница 70: ...Specifying Log Files 6 10 Oracle HTTP Server Administrator s Guide ...
Страница 164: ...Security Services Implemented Within Oracle HTTP Server 8 34 Oracle HTTP Server Administrator s Guide ...
Страница 170: ...9 6 Oracle HTTP Server Administrator s Guide ...
Страница 178: ...opmn xml A 8 Oracle HTTP Server Administrator s Guide ...
Страница 211: ...Glossary 9 X 509 Public keys can be formed in various data formats The X 509 v3 format is one such popular format ...
Страница 212: ...Glossary 10 ...
Страница 224: ...Index 12 ...