influxdb/services/httpd
Jonathan A. Sternberg 5d9eae61b0 Add https-private-key option to httpd config
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.
2016-05-18 21:05:57 -04:00
..
config.go Add https-private-key option to httpd config 2016-05-18 21:05:57 -04:00
config_test.go feat #4448: add support for JWT tokens 2016-05-12 08:20:07 -04:00
handler.go Support bound parameters in the parser 2016-05-18 20:10:15 -04:00
handler_test.go require token expiration 2016-05-12 08:20:07 -04:00
listen.go Teach the http service how to enforce connection limits 2016-05-12 16:25:16 -04:00
listen_test.go Teach the http service how to enforce connection limits 2016-05-12 16:25:16 -04:00
response_logger.go Improve query sanitization to prevent a password leak in the logs 2016-04-22 11:27:09 -04:00
service.go Add https-private-key option to httpd config 2016-05-18 21:05:57 -04:00