# aartool: CIS hardening for Linux estates # https://cyberaar.io ยท https://github.com/cyberaar/aartool # # Install: sudo curl -fsSL https://pkgs.cyberaar.io/aartool.repo -o /etc/yum.repos.d/aartool.repo # sudo dnf install aartool [aartool] name=aartool (CyberAar) baseurl=https://pkgs.cyberaar.io/rpm enabled=1 # gpgcheck verifies the signature inside each .rpm; repo_gpgcheck verifies the # signature on the repository metadata. Both are on: the first proves the # package, the second proves the index that pointed you at it. gpgcheck=1 repo_gpgcheck=1 gpgkey=https://pkgs.cyberaar.io/gpg