|
Posted by =?Utf-8?B?a2V2aW5M?= on February 3, 2006, 12:44 pm
If you were Registered and logged in, you could reply and use other advanced thread options
I am trying to generate a certificate request for enabling LDAPS. When I
>run
> certreq -new request.inf request.req, I get the following error and am
> having
> trouble getting past the prob
>
> C:\>certreq -new
> Certificate Request Processor: Bad INF file section name line 0xe0000001
> (INF: -
> 536870911)
> C:\request.inf
>
> I am using Article ID: 321051 for the example .inf file. That files reads
> in part:
>
> [Version] Signature="$Windows NT
> [NewRequest] Subject = "CN=<mydc.mydomain.myorg.edu>"
> ; replace with the FQDN of the DC KeySpec=1 KeyLength=1024
> ; Can be 1024, 2048, 4096, 8192, or 16384. ; Larger key sizes are more
> secure, but have
> ; a greater impact on performance. Exportable=TRUE
> MachineKeySet=TRUE
> SMIME=False
> PrivateKeyArchive=FALSE
> UserProtected=FALSE
> UseExistingKeySet=FALSE
> ProviderName="Microsoft RSA SChannel Cryptographic Provider"
> ProviderType=12
> RequestType=PKCS10
> KeyUsage=0xa0
>
> [EnhancedKeyUsageExtension] OID=1.3.6.1.5.5.7.3.1
> ; this is for Server Authentication
>
> Ideas?
>
>
|