Using Python to Configure SSL Ciphers in Apache and Nginx

When you build a machine, getting the security settings right in your servers is very hard and so is keeping them up-to-date. There is nothing more useful than https://ssl-config.mozilla.org to help in this regard. OK so a Python script you can run which will extract the useful code portion and doesn’t involve you cutting-and-pasting between …