Skip to content

Instantly share code, notes, and snippets.

View cbshearer's full-sized avatar
:octocat:
👁 ❤️ ⚡️ 🐚

Chris Shearer cbshearer

:octocat:
👁 ❤️ ⚡️ 🐚
View GitHub Profile
@cbshearer
cbshearer / setupiisforsslperfectforwardsecrecy_v17.ps1
Last active February 12, 2020 23:39 — forked from jbratu/setupiisforsslperfectforwardsecrecy_v17.ps1
Great powershell script for tightening HTTPS security on IIS and disabling insecure protocols and ciphers. Very useful on core installations.
# Copyright 2019, Alexander Hass
# https://www.hass.de/content/setup-microsoft-windows-or-iis-ssl-perfect-forward-secrecy-and-tls-12
#
# After running this script the computer only supports:
# - TLS 1.2
#
# Version 3.0.1, see CHANGELOG.txt for changes.
Write-Host 'Configuring IIS with SSL/TLS Deployment Best Practices...'
Write-Host '--------------------------------------------------------------------------------'