Skip to content

Instantly share code, notes, and snippets.

View ukcoderj's full-sized avatar

Justin ukcoderj

View GitHub Profile
@ukcoderj
ukcoderj / SSLSettingsIIS8.ps1
Created March 5, 2019 15:31 — forked from justinacton/SSLSettingsIIS8.ps1
Powershell script to configure your IIS server with Perfect Forward Secrecy and TLS 1.2.
# Copyright 2014, Alexander Hass
# http://www.hass.de/content/setup-your-iis-ssl-perfect-forward-secrecy-and-tls-12
#
# Version 1.4
# - RC4 has been disabled.
# Version 1.3
# - MD5 has been disabled.
# Version 1.2
# - Re-factored code style and output
# Version 1.1