Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions installation/linux/redhat-centos.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ name = Fluent Bit
baseurl = https://packages.fluentbit.io/centos/7/$basearch/
gpgcheck=1
gpgkey=https://packages.fluentbit.io/fluentbit.key
repo_gpgcheck=1
enabled=1
```

It is best practice to always enable the _gpgcheck_ for security reasons.
All our packages are signed.
It is best practice to always enable the _gpgcheck_ and _repo_gpgcheck_ for security reasons.
We sign our repository metadata as well as all ofour packages.

### GPG key updates

Expand Down