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.
  1. S

    Windows 8 Creating CA signed certificate in powershell on windows-server 2012R2

    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...
  2. I

    Windows 7 What is self-signed certificate?

    Hello, What is self-signed certificate? in windows server
  3. P

    Windows 7 Windows 7 OCSP malformed request

    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...
  4. M

    Windows 7 Cannot see self-signed certificate in Windows 7

    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...
Back
Top