Trying to deploy Graylog with required signatures for rpm packages. i have GPG check Ensure local_gpgcheck=1
…Is there a way to get around this? Does Graylog sign their repository packages?
Yes, graylog rpm packages are signed using GPG with ID d44c1d8db1606f22.
https://packages.graylog2.org/el/stable/4.1/x86_64
https://docs.graylog.org/en/4.1/pages/installation/operating_system_packages.html#rpm-yum-dnf
Official repo from package graylog-4.1-repository_latest.rpm put this configuration to /etc/yum.repos.d/graylog.repo:
[graylog]
name=graylog
baseurl=https://packages.graylog2.org/repo/el/stable/4.0/$basearch/
gpgcheck=1
repo_gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-graylog
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.