chocolatey / choco-quickstart-scripts

C4B Quick-Start Guide - Supporting Scripts
Apache License 2.0
18 stars 9 forks source link

(#105) Removes "Hardened" Option, Always Secures #279

Closed JPRuskin closed 2 weeks ago

JPRuskin commented 2 weeks ago

Description Of Changes

We remove the -Hardened option from the Set-SSLSecurity script. Instead, we always pick the options that were in Hardened.

Motivation and Context

There's no reason we shouldn't be recommending that users secure their environment to the extent possible.

If they want to run a less secure environment, they can follow a different guide.

Testing

I installed QSG locally using the unattend option and a wildcard certificate.

Operating Systems Testing

Change Types Made

Change Checklist

Related Issue

Fixes #105

JPRuskin commented 2 weeks ago

@steviecoaster if you had a minute to eye this over, I think it's ready to merge!