Debian repository configuration is lacking TLS usage
Closed this issue · 2 comments
kholia commented
The tasks/beats-debian.yml
file uses plain HTTP URLs (e.g. http://packages.elasticsearch.org/GPG-KEY-elasticsearch).
This is not entirely safe. Usage of HTTPS URLs is strongly recommended.
Thanks!
ypid-geberit commented
Usage of HTTPS URLs is strongly recommended.
Either that or pin the OpenPGP fingerprint like this:
The pinning has additional benefits because what should the OpenPGP key actually protect against? -> Compromised webservers in case we already have TLS.