~bloodearnest/charms/trusty/apache2/update-charm-helpers

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Haw Loeung (hloeung)
  • Date: 2014-12-12 03:41:09 UTC
  • mfrom: (56.2.7 ssl-security-options)
  • Revision ID: haw.loeung@canonical.com-20141212034109-7vx563hc6hb60so8
[r=aisrael] Add option to override supported SSL protocol and cipher suites; Enforce server's preference instead of browser/client and ship out Canonical IS recommended cipher suites by default. Also pull in changes from precise charm - lp:charms/apache2

Show diffs side-by-side

added added

removed removed

Lines of Context:
261
261
according to `ssl_certlocation` and `ssl_keylocation` as listed
262
262
above.
263
263
 
 
264
`ssl_protocol`, `ssl_honor_cipher_order`, and `ssl_cipher_suite` can
 
265
be used to override SSL/TLS version and the cipher suites supported.
 
266
These default to what Canonical IS recommends and is using. Before
 
267
making any changes, please see the Mozilla Security/Server Side TLS.
 
268
 
264
269
## `{enable,disable}_modules`
265
270
 
266
271
Space separated list of modules to be enabled or disabled. If a module to