From cc37679d2d08db058aa13fdcabf640599a2c244a Mon Sep 17 00:00:00 2001 From: thezoggy <500882+thezoggy@users.noreply.github.com> Date: Sun, 21 Jun 2020 22:10:14 -0500 Subject: [PATCH] Updated SSL (markdown) --- SSL.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/SSL.md b/SSL.md index 9d07d34..eec90e8 100644 --- a/SSL.md +++ b/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