SSL Certificate Creation

The certificate will be created using the following command:

New-SelfSignedCertificate -DnsName server.ironchip.local

When this is created, the program certlm.msc will open. The created certificate is located in the folder named personal. Right click on the certificate and Open, in the tab Details click on Copy to file. In this new window, the only thing you have to change is to export the private key by selecting Yes, export the private key. Try to save the certificate on the desktop and then export it to the corresponding folder.

To export the certificate we will execute the certificate from the desktop, this will open a window. In this window we will have to change 2 things:

  1. We will choose Local Machine.
  2. Once you have reached the point of exporting it, click on Place all certificates and in Browse select the folder Trusted Root Certification Authorities.

Note: Everything else will be default.