Fixed
- Stop disabling TLS session tickets in Nginx as it caused TLS failures on some systems.
- Stop disabling TLS session tickets in Apache as it caused TLS failures on some systems.
Added
- Turn off session tickets for apache plugin by default
- acme: Authz deactivation added to acme module.
Changed
- Follow updated Mozilla recommendations for Nginx ssl_protocols, ssl_ciphers, and ssl_prefer_server_ciphers
Signed-off-by: Pierre-Yves <pyu@riseup.net>