I have a self-hosted WCF server running as a Windows service under the Local System account. I am trying to create a self-signed certificate programmatically in c# for use with a net.tcp endpoint using Message level security. I am using the following code which is very closely based on the [...] read more
I am running Windows 10. I have install a certificate to my computer. I see that in my MMC. But when I try to export a pfx file for that certificate. That option is disable. I was able to successfully export a pfx file for that certificate before on the [...] read more
I try to repair my certificate store in Windows 10 by doing C:\WINDOWS\system32>certutil -store -user my 330000019dba8d5dddb98062a900000000019d my "Personal" CertUtil: -store command FAILED: 0x80090011 (-2146893807 NTE_NOT_FOUND) CertUtil: Object was not found. I have double check from the MMC, certificate details the serial number of my certificate. But I still fail [...] read more
I just installed a new SSL certificate (from StartCom) to one of our servers and noticed that in Chrome there is the crossed padlock icon displayed for the site so I started investigating why is that so. It turned out it is because the intermediate cert sent to the browser [...] read more
Hy everyone! I want to lock down some Windows 10 Terminals so that they can only run approved Software but keep the possibility to update this software. My plan was to make use of the new Feature of Windows 10 1903 that allows the use of Multiple CI Policies (as [...] read more
For no apparent reason that I can find our server 2008 r2 server, which is our ca service has stopped. I have tried to restart it, but when I do, it says object not found. When I check the event viewer, this shows tha"Active Directory Certificate Services did not start: [...] read more
I have a multi-domain certificate I'm trying to install on IIS 7.0. When I use the IIS manager to complete certificate request, I get the error: There was an error while performing this operation. Details: CertEnroll::CX509Enrollment::p_InstallResponse: ASN1 bad tag value met. 0x8009310b (ASN: 267) One possible solution I found was [...] read more