Skip to content

Commit

Permalink
[ssl_protocols_options] Add README.md note about nginx_ssl_protocols …
Browse files Browse the repository at this point in the history
…option
  • Loading branch information
oskarpearson committed Mar 17, 2015
1 parent dbff1bc commit 23754eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ nginx_ssl_local_path: /home/yourname/dev/testproject/secrets
nginx_ssl_cert_name: sslcert.crt
nginx_ssl_key_name: sslkey.key
# Whicb SSL protocols should we support?
nginx_ssl_protocols: "TLSv1 TLSv1.1 TLSv1.2"
# The amount in seconds to cache apt-update.
apt_cache_valid_time: 86400
Expand Down

0 comments on commit 23754eb

Please sign in to comment.