FIPS Status Check
FIPS Status Check 는 암호화 모듈에 대한 FIPS 140-2 보안 요구 사항을 준수하는지 확인합니다.
NGINX Plus의 경우 암호화 경계에는 http_ssl, http_v2, stream_ssl 및 mail_ssl 모듈에 의해 구현되는 모든 기능이 포함됩니다. 이러한 모듈은 HTTP, HTTP/2, TCP 및 메일 프로토콜을 사용하는 인바운드(inbound) 및 아웃바운드(outbound) 연결에 대해 SSL 및 TLS 작업을 구현합니다.
목차
1. 설치 지침
2. 추가 정보
1. 설치 지침
1. FIPS 모듈 설치
Amazon Linux, CentOS, Oracle Linux 및 RHEL의 경우:
$ yum install nginx-plus-module-fips-check
Debian 및 Ubuntu의 경우:
$ apt-get install nginx-plus-module-fips-check
SLES의 경우:
$ zypper install nginx-plus-module-fips-check
Alpine의 경우:
$ apk add nginx-plus-module-fips-check
2. NGINX Plus 구성 파일인 nginx.conf의 최상위(“main”) context에 load_module 지시문을 넣습니다.
load_module modules/ngx_fips_check_module.so;
3. 모듈에서 요구하는 대로 추가 구성을 수행합니다.
4. 모듈을 활성화하려면 NGINX Plus를 다시 로드하십시오.
$ nginx -t && nginx -s reload
2. 추가 정보
- FIPS Compliance for NGINX Plus
- NGINX FIPS Status Check Module Reference
- NGINX Dynamic Modules
- NGINX Plus 기술 사양