Create Self-Signed certificate for a domain

The following PowerShell script can be used to create self-signed certificate for specific domain or sub domain.

New-SelfSignedCertificate -DnsName mysite.company.com -CertStoreLocation cert:\LocalMachine\My

Then export certificate thru IIS --> Server Certificates and import to Trusted Root Certificates store.

Open Manage Computer Certificates on Windows Server 2012 to launch certificates store.

Comments

Popular posts from this blog

Switch from Classic to Claims Authentication in SharePoint 2010

How to query list data using web service