Browse by Tags
All Tags »
CertEnroll (RSS)
Hi all, One of the issues we may find when trying the code in my post How to create a certificate request that uses key archival with CertEnroll (JavaScript) is the following error when creating the request: CertEnroll::CX509Enrollment::p_CreateRequest:
Read More...
Hi all, One of the issues we may find when trying the code in my post How to create a certificate request that uses key archival with CertEnroll (JavaScript) is the following error when creating the request: CertEnroll::CX509Enrollment::p_CreateRequest:
Read More...
Hi all, One of the issues we may find when trying the code in my post How to create a certificate request that uses key archival with CertEnroll (JavaScript) is the following error when creating the request: CertEnroll::CX509Enrollment::p_CreateRequest:
Read More...
Hi all, One of the issues we may find when trying the code in my post How to create a certificate request that uses key archival with CertEnroll (JavaScript) is the following error when creating the request: CertEnroll::CX509Enrollment::p_CreateRequest:
Read More...
Hi all, One of the issues we may find when trying the code in my post How to create a certificate request that uses key archival with CertEnroll (JavaScript) is the following: Imagine we could finally create a request successfully. We sent it to the CA
Read More...
Hi all, If you want to request certificates to a CA and make use of Key Archival feature, first you need to prepare the environment to enable this feature on your CA: Certificate Services example implementation: Key archival and recovery or Implementing
Read More...
Hi all, The other day I posted a Javascript sample which shows how to use CertEnroll COM component to create a certificate request and install the response from the CA (Certificate Authority): How to create a certificate request with CertEnroll (JavaScript)
Read More...
Hi all, The following Javascript sample shows how to use CertEnroll COM component to create a certificate request: <html> <head> <title>Certificate Request test</title> </head> <body> <object id=" objCertEnrollClassFactory
Read More...
Hi all, The following C# sample shows how to use CertEnroll COM component to create a certificate request , send the request to the CA , get the response from the CA , and install the new certificate in the machine: (Note that this sample is a WinForms
Read More...