poshsecurity / Posh-SYSLOG

Send SYSLOG messages from PowerShell
http://poshsecurity.com
MIT License
92 stars 19 forks source link

Add support for specifying different TLS Certificate name from server address #16

Open kjacobsen opened 6 years ago

kjacobsen commented 6 years ago

Is your feature request related to a problem? Please describe. Currently the -Server value needs to match the common name on the TLS certificate. Could we, and should we support different values?

Describe the solution you'd like Probably a -CertificateName parameter that if specified would be used during the validation. If it isn't specified, then the -Server value is used.

Describe alternatives you've considered Alternative would be to keep with current behavior.