diff --git a/pages/account/4.php b/pages/account/4.php index 06d24f1..0818815 100644 --- a/pages/account/4.php +++ b/pages/account/4.php @@ -107,6 +107,7 @@ Function CSR(keyflags) // "Microsoft Enhanced RSA and AES Cryptographic Provider" objPrivateKey.ProviderType = "24" objPrivateKey.KeySpec = "1" + objPrivateKey.ExportPolicy = 1 objRequest.InitializeFromPrivateKey 1, objPrivateKey, "" Set objDN = g_objClassFactory.CreateObject("X509Enrollment.CX500DistinguishedName") objDN.Encode("CN=CAcertRequest")