Suricata 설치 - 패키지 관리도구를 활용한 설치 (Rocky9) dnf 업데이트 중에 에러발생Error: SSL peer certificate or SSL remote key was not OK 시스템시간과 현재시간이 맞지않아서 생기는 문제sudo timedatectl set-ntp false 동기화 취소후에 sudo timedatectl set-time '2025-08-04 15:45:50' 로 시간수정 dnf update -ydnf upgrade -ydnf install -y epel-releasednf install -y suricatasuricata -Vip --brief addr (현재 pc는 192.168.16.91/24)vi /etc/suricata/suricata.yaml H..