Skip to content

Latest commit

 

History

History
 
 

MTConnect.NET-TLS

MTConnect.NET Logo

MTConnect.NET-TLS

Classes to handle security cerificates for use with other MTConnect.NET libraries and applications.

Nuget

Package Name Downloads Link
MTConnect.NET-TLS https://www.nuget.org/packages/MTConnect.NET-TLS

Self Signed Certificate (PowerShell)

New-SelfSignedCertificate -DnsName "localhost" -CertStoreLocation "cert:\LocalMachine\My" -FriendlyName "MTConnect-Test" -Type "SSLServerAuthentication" -NotAfter (Get-Date).AddYears(1)