Hi,
I've tried setting up the console facility of the Windows Azure pack following the below article
http://technet.microsoft.com/en-US/library/dn469415.aspx
When I try to issue the certificate from my test lab CA (logged onto the CA Server) I get the error
PS C:\Users\Administrator> certreq -submit c:\cert_Req.req VMConsoleConnect.cer VMConsoleConnect.pfx
Active Directory Enrollment Policy
{3AB33327-D68E-49F8-AC55-E3D9B5E4204E}
ldap:
Certificate Request Processor: ASN1 bad tag value met. 0x8009310b (ASN: 267 CRYPT_E_ASN1_BADTAG)
My Cert request is an edited copy of the code in the article..
[Version]
Signature="$Windows NT$"
[NewRequest]
; Change to your,country code, company name and common name
Subject = "C=UK, O=Test_LAB, CN=VRG01.Test.Lab"
; Indicates both encryption and signing
KeySpec = 1
; Length of the public and private key, use 2048 or higher
KeyLength = 2048
; Certificate will be put into the local computer store
MachineKeySet = TRUE
PrivateKeyArchive = FALSE
RequestType = PKCS10
UserProtected = FALSE
; Allow the key to be shared between multiple computers
Exportable = TRUE
SMIME = False
UseExistingKeySet = FALSE
; ProviderName and ProviderType must be for a CSP that supports SHA256
ProviderName = "Microsoft Enhanced RSA and AES Cryptographic Provider"
ProviderType = 24
; KeyUsage must include DigitalSignature. 0xA0 also includes Key Encipherment
KeyUsage = 0xA0
[EnhancedKeyUsageExtension]
OID=1.3.6.1.5.5.7.3.2
Can anyone see what i'm doing wrong?
Chris Gibson