Server/Cent OS

Linux Server - FTP SSL 설정

heyoon2j 2019. 7. 17. 17:14

■ FTP SSL 설정

- 기본 설정하는 방법을 모르시면 다음 URL에서 확인, 

 

- /etc/vsftpd/vsftpd.conf 파일을 수정한다.

 

- ssl_enable=YES: SSL 사용 활성화
- rsa_cert_file=/etc/pki/tls/certs/ca.crt: ftps에 사용할 인증서 위치 지정
- rsa_private_key_file=/etc/pki/tls/private/ca.key: ftps에 사용할 키값 위치 지정
- ssl_tlsv1=YES: TLS(Transport Layer Security) 사용 여부
- ssl_ciphers=HIGH: SSL 암호화 방식(알고리즘), HIGH는 128 bit 보다 큰 길이를 가지는 cipher를 의미한다.

 

'Server > Cent OS' 카테고리의 다른 글

3-way Handshake & 4-way Handshake  (0) 2019.07.28
Linux Server - HTTP SSL 설정  (0) 2019.07.17
Linux Server - Mail SSL 설정  (0) 2019.07.17
Linux Server - NFS(설치 & 설정 + 고정 Port)  (0) 2019.07.09
Cent OS 6과 7 차이  (0) 2019.07.09