Opened 9 years ago
#1055 new enhancement
Allow to configure ssl_ciphers in multiple lines
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | other | Version: | 1.9.x |
| Keywords: | Cc: | ||
| uname -a: | - | ||
| nginx -V: | - | ||
Description
It would be nice to be able to use multiple lines for ssl_ciphers, for example:
ssl_ciphers "\
ECDHE-RSA-CHACHA20-POLY1305: \
ECDHE-RSA-AES256-GCM-SHA384: \
ECDHE-ECDSA-AES256-GCM-SHA384 \
";
Instead of
ssl_ciphers "ECDHE-RSA-CHACHA20-POLY1305:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384";
Especially cool if we use a lot of cipher suites
Note:
See TracTickets
for help on using tickets.
