Add comment regarding chained certificates.

This commit is contained in:
Julien Fontanet 2015-09-01 15:22:47 +02:00
parent 6c24fb6d79
commit e4b0c23bb9

View File

@ -69,11 +69,18 @@ http:
# -
# # The only difference is the presence of the certificate and the
# # key.
# #
# #hostname: '127.0.0.1'
# port: 443
# # File containing the certificate (PEM format).
#
# # If a chain of certificates authorities is needed, you may bundle
# # them directly in the certificate.
# #
# # Note: the order of certificates does matter, your certificate
# # should come first followed by the certificate of the above
# # certificate authority up to the root.
# #
# # Default: undefined
# certificate: './certificate.pem'