...
This guide presumes you have already installed your (valid) SSL certificate into the
certificate store using the
account, since Echo runs as a system service in that context.
List SSL certificates
First, list all SSL certificates installed in the local machine account:
You should start a command prompt with administrator privileges.
Find the certificate thumbprint
First, use the MMC certificate snap-in to find your installed certificate:
- Start the Microsoft Management Console (MMC) by running from the Start menu or a command prompt window
- Go to File -> Add/Remove Snap-In...
- Select the Certificates snap-in in the left-hand panel
- Click to move it into the right-hand panel. Select Computer account when prompted, then , then again after selecting Local computer
- Close the Add or Remove Snap-ins window by pressing OK
- In the Console Root panel, select Certificates (Local Computer), then choose the Personal folder
- Locate your certificate and double-click on it to view its contents
- In the Details tab, scroll down and select the Thumbnail property (usually at the bottom)
- In the preview window, copy the full thumbnail and paste into a text editor to remove the spaces
- Keep this thumbprint for the next step
Code Block |
---|
title | List SSL certificates |
---|
theme | Midnight |
---|
language | powershell |
---|
|
netsh http show sslcert
|
...