3. Si vous choisissez de ne pas configurer un VirtualHost, les directives
SSLEngine, SSLCertificateFile et SSLCertificateKeyFile doivent être
placées dans le fichier httpd.conf, juste au-dessus de la directive
SSLPassPhraseDialog.
You may need a virtual host directive similar to
what is shown below:
<VirtualHost _default_:443>
</VirtualHost>
You must add the following line after all of your VirtualHost
definitions:
SSLPassPhraseDialog exec:/opt/SUNWconn/cryptov2/bin/apgetpass
Other SSL-related directives and their explanations
can be found in the Sun Crypto Accelerator documentation.
Other Apache-related directives may need to be configured
in order to start your Apache Web Server. Please refer
to your Apache documentation.
<Press ENTER to continue>
Si vous avez répondu non à la question de l'étape 7, section « Pour activer le serveur
Web Apache », page 120, vous obtiendrez également des informations
supplémentaires sur la création ultérieure de clés matérielles :
Since you did not create keys, you will need to
make sure that you have a key file and a certificate
file in place before enabling SSL for Apache.
You can create a new key file and certificate request
by selecting the "Generate a keypair and request a
certificate for Apache" option after choosing
"Work with Sun ONE and Apache keys" from the
apsslcfg main menu.
4. Sélectionnez 0 pour quitter, une fois les opérations terminées avec l'utilitaire
apsslcfg.
Chapitre 6 Configuration des serveurs Web Apache pour une utilisation avec la Carte Crypto Accelerator 4000 de Sun
SSLEngine on
SSLCertificateFile /etc/apache/keys/nom_base-cert.pem
SSLCertificateKeyFile /etc/apache/keys/nom_base-key.pem
125