Classes to handle security cerificates for use with other MTConnect.NET libraries and applications.
Package Name | Downloads | Link |
MTConnect.NET-TLS | https://www.nuget.org/packages/MTConnect.NET-TLS |
New-SelfSignedCertificate -DnsName "localhost" -CertStoreLocation "cert:\LocalMachine\My" -FriendlyName "MTConnect-Test" -Type "SSLServerAuthentication" -NotAfter (Get-Date).AddYears(1)