QuestionQ80

HTTP Services

Which Apache HTTPD configuration directive identifies the RSA private key used to generate the server’s SSL certificate?

  • A SSLCertificateKeyFile
  • B SSLKeyFile
  • C SSLPrivateKeyFile
  • D SSLRSAKeyFile
Explanation

SSLCertificateKeyFile specifies the file containing the private key associated with a server SSL certificate, including an RSA private key. Apache HTTP Server mod_ssl documentation

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!