Loading...
MySQL 9.5 Reference Manual 9.5의 8.3.3 Creating SSL and RSA Certificates and Keys의 한국어 번역본입니다.
아래의 경우에 피드백에서 신고해주신다면 반영하겠습니다.
감사합니다 :)
8.3.3.1 Creating SSL and RSA Certificates and Keys using MySQL 8.3.3.2 Creating SSL Certificates and Keys Using openssl 8.3.3.3 Creating RSA Keys Using openssl
다음 설명에서는 MySQL에서 SSL 및 RSA 지원에 필요한 파일을 생성하는 방법을 설명합니다. 파일 생성은 MySQL 자체에서 제공하는 기능을 사용하여 수행할 수 있으며, 또는 openssl 명령을 직접 호출하여 수행할 수도 있습니다.
SSL 인증서 및 키 파일은 MySQL이 SSL을 사용한 암호화된 연결을 지원할 수 있도록 해 줍니다. 자세한 내용은 Section 8.3.1, “Configuring MySQL to Use Encrypted Connections”을 참조하십시오.
RSA 키 파일은 sha256_password(폐기 예정) 또는 caching_sha2_password 플러그인으로 인증되는 계정에 대해, 암호화되지 않은 연결을 통한 안전한 패스워드 교환을 MySQL이 지원할 수 있도록 해 줍니다. 자세한 내용은 Section 8.4.1.2, “SHA-256 Pluggable Authentication” 및
Section 8.4.1.1, “Caching SHA-2 Pluggable Authentication”을 참조하십시오.
8.3.2 Encrypted Connection TLS Protocols and Ciphers
8.3.4 Connecting to MySQL Remotely from Windows with SSH