🌐
Keyfactor
keyfactor.com › home › how to check ssl certificates and stay secure
How to Check SSL Certificates and Stay Secure | Keyfactor
2 weeks ago - To check if an SSL certificate is installed, you can use the Certificate Manager tool and check its validity period. Another alternative option is to use the sigcheck Windows Sysinternals utility to verify TLS version.
Discussions

ssl - How to View Certificate Chain in Internet Explorer - Stack Overflow
To work around this issue, you need to install the SSL certificate on the client computer. To do this, follow these steps: In Windows Internet Explorer, click Continue to this website (not recommended). Click the Certificate Error button to open the information window. Click View Certificates, and then click Install Certificate. On the warning message that appears, click Yes to install the certificate. More details, please refer check ... More on stackoverflow.com
🌐 stackoverflow.com
Find which application use a SSL certificate windows
You can use PowerShell to put an object-aware wrapper around netstat (I use this one ) and use that to check for processes that have active listeners running, then work out what application that is. The alternative is to check the servers where you think the certificate is installed for the thumbprint of the cert you are replacing. (This is less useful if you have e.g. 50 issued instances of the certificate that might be installed, but still better to automate than do it manually). You can use Get-ChildItem for this. More on reddit.com
🌐 r/sysadmin
7
1
September 17, 2021
Checking SSL Certificates
I think a couple of our SSL certificates are near expiry, but I can’t work out where to check this. Can this be checked in MMC? I looked at the certificate snap in without much luck. I also looked in the IIS websites list but no luck either. Part of the problem is I am not really sure what ... More on community.spiceworks.com
🌐 community.spiceworks.com
12
3
February 14, 2012
How to add ssl certificate to IIS on Windows Server?

Ok, so there is a problem. IIS has a cert manager built into it but you are using AWS cert manager which doesn't allow you to export certs from it. I assume the server is a VM in AWS(EC2) because you are talking about AWS. Instead you setup ALB (application load balancer) and assign the cert to the ALB and then add the server running IIS as the target of the ALB. Once setup the ALB will have an IP address that you need to setup the DNS( route 53). Most companies have a lead networking guy that guards the DNS of the company so find them and ask them to change the url(from the cert) ip address to the one listed for the ALB.

More on reddit.com
🌐 r/sysadmin
7
0
July 21, 2020
🌐
Tenable
docs.tenable.com › identity-exposure › on-premises › Content › Install › Manage_onprem › view-IIS-certificate.htm
View the IIS Certificate
Note: By default, the installation process creates the self-signed certificate and the IIS site binding by using HTTPS port 443. To explore the binding, expand Sites on the left panel. Right-click your website and choose Edit Bindings. The Site Bindings window appears. Select the https binding.
🌐
eUKhost
eukhost.com › home › how to check ssl expiry date via the command line
Check SSL Certificate Expiry via Command Line
July 19, 2025 - To check a remote website certificate using “OpenSSL.” This feature is not included by default in Windows. Follow the steps: Download and install OpenSSL for Windows from a trusted source. Open Command Prompt. ... Replace “www.example.com” with the domain you want to check. Look for the line starting with “notAfter” to see the expiry date. This way, you can check SSL certificate expiration dates.
🌐
Host4Geeks
host4geeks.com › host4geeks llc › guides › security › how to find ssl certificate on server
How to Find SSL Certificate on Server
October 8, 2023 - Follow these steps to find SSL certificates on your Windows server: The first step is to open the Microsoft Management Console (MMC). This is where you can view all certificates on your server.
Find elsewhere
🌐
SSLShopper
sslshopper.com › ssl-checker.html
SSL Checker
To use the SSL Checker, simply enter your server's public hostname (internal hostnames aren't supported) in the box below and click the Check SSL button. If you need an SSL certificate, check out the SSL Wizard.
🌐
Naturalnetworks
kb.naturalnetworks.com › article.php
How to Check SSL Certificates in Microsoft Edge and Chrome
Step 2: View Connection is Secure A small window will appear. Click on "Connection is secure". Step 3: Open the Certificate Window Click on the certificate icon (it looks like a certificate) in the window that appears. This will open the Certificate Viewer window.
🌐
DigiCert
digicert.com › help
SSL Certificate Checker - Diagnostic Tool | DigiCert.com
Our installation diagnostics tool will help you locate the problem and verify your SSL Certificate installation. Server Address: (Ex. www.digicert.com) Checking... Discovery - Discover and analyze every certificate in your enterprise. DigiCert Certificate Utility for Windows – Simplifies SSL and code signing certificate management and use.
🌐
Askssl
askssl.com › check-ssl-certificate-expiration-date-in-windows-command-line
How to Check SSL Certificate Expiration Date in Windows Command Line – Free SSL Certificates
March 7, 2024 - SSL/TLS certificates underpin secure web browsing and data transfers, but it's crucial to keep track of their expiration dates. Windows offers a few ways to check this information directly from the command line. Here's a breakdown of the methods: 1. Using the 'certutil' Command The certutil ...
🌐
Reddit
reddit.com › r/sysadmin › find which application use a ssl certificate windows
r/sysadmin on Reddit: Find which application use a SSL certificate windows
September 17, 2021 -

So I have to replace some SSL certificate on the windows servers, and in the documentation someone left us says that server X used the certificate, but when I go in IIS check all the bindings there is no website that uses that said SSL certificate

Is there a way to know either powershell or other method to know which application use said SSL certificate so I know where to change it?

Thanks

🌐
GoDaddy
godaddy.com › home › ssl validation: how to check and make sure an ssl certificate is valid?
SSL validation: how to check and make sure an SSL certificate is valid? - GoDaddy Resources - Asia
July 10, 2025 - Depending on the type of machine your certificate is stored on, here are the instructions for finding your SSL certificate. If you're using Windows, you can find any SSL certificates stored on your local device in the Certificate Manager.
🌐
Faddom
faddom.com › check-ssl-certificates
How to Check SSL Certificates on Servers
November 3, 2024 - Enforce strict certificate policies Implement strict policies for SSL certificates, such as mandatory use of strong encryption algorithms and minimum key lengths. Regularly audit certificates against these policies to ensure compliance. Once we have the server and port for the certificate, we can move on to try to identify the location of that certificate. Connect to the server using RDP for windows or SSH for Linux and use the netstat command to find which process is listening on the port we found earlier (replace <Port Number> with the port we found earlier):
🌐
ClickSSL
clickssl.net › blog › how-to-view-ssl-certificate-details-in-every-browser
How to View SSL Certificate Details in Every Browser?
Visit any SSL-enabled website and click on the padlock to see the name of the certificate issuing authority. Now click on the “View Certificates” link at the bottom of the popup to take you to the certificate details window.
🌐
Microsoft Learn
learn.microsoft.com › en-us › dotnet › framework › wcf › feature-details › how-to-view-certificates-with-the-mmc-snap-in
How to: View certificates with the MMC snap-in - WCF | Microsoft Learn
The following procedure demonstrates how to examine the stores on your local device to find an appropriate certificate: Select Run from the Start menu, and then enter mmc. The MMC appears.
🌐
GitHub
gist.github.com › stonehippo › 710faa4b307a223e469e84b2ae3db340
A couple of ways to look at web server HTTPS/TLS/SSL certificate data via the command line · GitHub
Note: it seems that recent versions of curl won't report much info on the cert. openssl s_client -showcerts -connect [server domain name]:443 · I like this method, becase OpenSSL will report a lot of details about the certificates, including the full CA chain, if available.