Eugeny / ajenti-v

Virtual Hosting addon for Ajenti
ajenti.org/#product-ajenti-v
MIT License
225 stars 80 forks source link

More SSL Parameters #233

Closed mehmetakbulut closed 8 years ago

mehmetakbulut commented 8 years ago

Adds 7 new parameters to the "SSL" tab under the "Websites" page.

These parameters are: ssl_protocols, ssl_prefer_server_ciphers, ssl_dhparam, ssl_ciphers, ssl_session_timeout, ssl_session_cache, ssl_stapling, ssl_stapling_verify, add_header

Without these changes, the user has to manually add them under the custom configurations which might be confusing as the average user may not know what parameters Ajenti could be modifying to start with. This will allow the user to just enter them individually. Parameters added are based on those that are typically required for further securing a SSL/TLS connection sufficient enough to receive A+ rating from SSL Labs or a similar check-up site.

User can still just enter ssl_cert and ssl_key paths and disregard the new options and it will work as before. ajenti-v-ssl

Ardakilic commented 8 years ago

+1 for such implementations!