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