self-signed

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