Skip to content

Update Powershell C&P: Use name instead of number to clarify Security Option#441

Open
James-Firth wants to merge 3 commits intoMadeBaruna:mainfrom
James-Firth:powershell-clarified-arguments
Open

Update Powershell C&P: Use name instead of number to clarify Security Option#441
James-Firth wants to merge 3 commits intoMadeBaruna:mainfrom
James-Firth:powershell-clarified-arguments

Conversation

@James-Firth
Copy link
Copy Markdown

What and Why

This change allows for easier auditing by those not familiar with Powershell.

It replaces the -bor 3072 flag with [System.Net.SecurityProtocolType]::Tls12 which are equivalent. However, the TLS12 is both easier to read and for powershell newbies/non-programmers it's easier to find the documentation.

Info:

SecurityProtocolType name-to-number mapping. ie 3072 is equivalent to Tls12

Docs on SecurityPointManager

@James-Firth James-Firth changed the title Use name instead of number to clarify Security Option Update Powershell C&P: Use name instead of number to clarify Security Option Aug 12, 2023
@James-Firth
Copy link
Copy Markdown
Author

Bump/Any changes required for this? I could squash the commits if needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant