forked from Hakase/nginx-build
Update README.md
This commit is contained in:
@@ -20,10 +20,10 @@
|
|||||||
## Features
|
## Features
|
||||||
- Auto SSL Cipher settings
|
- Auto SSL Cipher settings
|
||||||
- **The following information is preset. Do not set it yourself unless you need it.**
|
- **The following information is preset. Do not set it yourself unless you need it.**
|
||||||
- ssl_protocols : TLSv1.2 TLSv1.3
|
- ssl_protocols : TLSv1 TLSv1.1 TLSv1.2 TLSv1.3
|
||||||
- ssl_ciphers : [TLS13+AESGCM+AES128|TLS13+AESGCM+AES256|TLS13+CHACHA20]:[EECDH+ECDSA+AESGCM+AES128|EECDH+ECDSA+CHACHA20]:EECDH+ECDSA+AESGCM+AES256:EECDH+ECDSA+AES128+SHA:EECDH+ECDSA+AES256+SHA:[EECDH+aRSA+AESGCM+AES128|EECDH+aRSA+CHACHA20]:EECDH+aRSA+AESGCM+AES256:EECDH+aRSA+AES128+SHA:EECDH+aRSA+AES256+SHA
|
- ssl_ciphers : [TLS13+AESGCM+AES128|TLS13+AESGCM+AES256|TLS13+CHACHA20]:[EECDH+ECDSA+AESGCM+AES128|EECDH+ECDSA+CHACHA20]:EECDH+ECDSA+AESGCM+AES256:EECDH+ECDSA+AES128+SHA:EECDH+ECDSA+AES256+SHA:[EECDH+aRSA+AESGCM+AES128|EECDH+aRSA+CHACHA20]:EECDH+aRSA+AESGCM+AES256:EECDH+aRSA+AES128+SHA:EECDH+aRSA+AES256+SHA:RSA+AES128+SHA:RSA+AES256+SHA:RSA+3DES
|
||||||
- ssl_prefer_server_ciphers : On
|
- ssl_prefer_server_ciphers : On
|
||||||
- ssl_ecdh_curve : X25519:P-256:P-384
|
- ssl_ecdh_curve : X25519:P-256:P-384:P-224:P-521
|
||||||
- DO NOT USE **ssl_dhparam**. Not required.
|
- DO NOT USE **ssl_dhparam**. Not required.
|
||||||
- TLS v1.3 (draft 23, 28)
|
- TLS v1.3 (draft 23, 28)
|
||||||
- Use OpenSSL-1.1.1-pre8-dev (**draft 23, 28**)
|
- Use OpenSSL-1.1.1-pre8-dev (**draft 23, 28**)
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
- headers_more_nginx_module
|
- headers_more_nginx_module
|
||||||
- Google PageSpeed for nginx
|
- Google PageSpeed for nginx
|
||||||
- and the other.
|
- and the other.
|
||||||
- Hpack, SSL Dynamic TLS Records Support. (Thanks to cloudflare!)
|
- SPDY, HPACK, SSL Dynamic TLS Records Support. (Thanks to cloudflare!)
|
||||||
|
|
||||||
## Upcoming Features
|
## Upcoming Features
|
||||||
- Support TLS v1.3 (not draft)
|
- Support TLS v1.3 (not draft)
|
||||||
|
|||||||
Reference in New Issue
Block a user