QuestionQ156

Application Deployment and Security

Question Image

Refer to the exhibit. A developer needs to configure an SSL certificate for an nginx web server. Which code must be added to the script to complete this configuration?

  • A
  • B
  • C
  • D
Explanation

An nginx HTTPS server must listen on port 443 with the ssl parameter enabled, while ssl_certificate and ssl_certificate_key identify the certificate and private-key files. The required directive is listen 443 ssl;.

Learn more

Community Discussion

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