5d9eae61b0
The HTTPS configuration for the httpd service only had an option to specify the certificate file and the same file would be used for both the certificate and private key file (they could be concatenated together). This adds an additional option to specify the files differently from each other while still allowing the previous behavior. If only `https-certificate` is specified, the httpd service will try to load the private key from the `https-certificate` file. If a separate `https-private-key` file is specified, the private key will be loaded from there instead. Fixes #1310. |
||
---|---|---|
.. | ||
config.go | ||
config_test.go | ||
handler.go | ||
handler_test.go | ||
listen.go | ||
listen_test.go | ||
response_logger.go | ||
service.go |