Updated SSL (markdown)

thezoggy 2020-06-21 22:10:14 -05:00
parent b50430bf61
commit cc37679d2d
1 changed files with 3 additions and 2 deletions

5
SSL.md

@ -4,8 +4,9 @@
- SSL certificate with Private Key [Create self-signed Certificate](http://www.selfsignedcertificate.com/) or [generate your own](#generate-a-self-signed-certificate)
- [Convert PEM to PKCS#12](https://www.sslshopper.com/ssl-converter.html)
- Load the certificate in Personal store of the Local System (http://www.databasemart.com/howto/SQLoverssl/How_To_Import_Personal_Certificate_With_MMC.aspx)
- Copy the Hash/thumbprint of the certificate (http://msdn.microsoft.com/en-us/library/ms734695.aspx). Thumbprint will contain spaces. Copy thumbprint to clipboard as is.
- Load the certificate in Personal store of the Local System (https://www.sonicwall.com/support/knowledge-base/how-can-i-import-certificates-into-the-ms-windows-local-machine-certificate-store/170504615105398/)
- Copy the Hash/thumbprint of the certificate (http://msdn.microsoft.com/en-us/library/ms734695.aspx). Thumbprint will contain spaces. Copy thumbprint to clipboard as is.
- Restart Computer
### Enabling SSL in Sonarr