diff --git a/README.md b/README.md index 1c8338b..74f0877 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Here is the basic patch content. | :--- | :--- | | openssl-equal-1.1.1.patch | Support **final (TLS 1.3)**, TLS 1.3 cipher settings **_can not_** be changed on _nginx_. | | openssl-equal-1.1.1_ciphers.patch | Support **final (TLS 1.3)**, TLS 1.3 cipher settings **_can_** be changed on _nginx_. | -| openssl_ignore_log_strict-sni.patch | When using nginx_strict-sni.patch, nginx ignores the error in error.log. [View issue](https://github.com/hakasenyang/openssl-patch/issues/1#issuecomment-421594901) | +| openssl-ignore_log_strict-sni.patch | When using nginx_strict-sni.patch, nginx ignores the error in error.log. [View issue](https://github.com/hakasenyang/openssl-patch/issues/1#issuecomment-421594901) | **The "_ciphers" patch file is a temporary change to the TLS 1.3 configuration.** diff --git a/openssl_ignore_log_strict-sni.patch b/openssl-ignore_log_strict-sni.patch similarity index 100% rename from openssl_ignore_log_strict-sni.patch rename to openssl-ignore_log_strict-sni.patch