You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
self-signed
About this tag
Self-signed certificates are certificates not signed by a public Certificate Authority (CA), often used for testing or internal purposes in Windows environments. Discussions on WindowsForum.com cover creating self-signed certificates with PowerShell on Windows Server 2012 R2, where the -Signer parameter is unavailable, requiring alternative methods. Users also troubleshoot issues like OCSP revocation checks failing with self-signed certificates on Windows 7, and problems importing self-signed certificates into the trusted root store on Windows 7, where certificates may not appear or errors persist. These topics highlight common challenges with self-signed certificates in Windows Server and client OS versions.
for windows-server2016 its quite easy using " New-SelfSignedCertificate -certstorelocation cert:\localmachine\my -dnsname "myCertificate" -Signer $rootcert " command with $rootcert having another self-signed certificate
however for windows server 2012 R2, -Signer parameter does not exist.
I'm...
Hi,
I couldn't get OCSP revocation check to work on Windows 7. I installed my self-signed Root and Intermediate certificates (generated using openssl 0.9.8) on my Windows 7 machine. I then go to Internet Explorer and type in the https://....com:4440. The port sends back a leaf certificate...
I have a server with a https page with a self-cigned certificate. I start IE as administrator, press the view certificate and install the certificate and put it in the thrusted root certificate store(like described in Link Removedpage). Import successfull, but I cannot see the certificate and I...