Re: IPSEC policies using third party certificates
From: mikee.netsec (mikee.netsec_at_gmail.com)
Date: 06/09/05
- Next message: mikee.netsec: "Re: Should IIS svr NOT be in domain"
- Previous message: Joe Richards [MVP]: "Re: Admin Privs without being in the administrator group"
- In reply to: mikee.netsec: "IPSEC policies using third party certificates"
- Next in thread: mikee.netsec: "Re: IPSEC policies using third party certificates"
- Reply: mikee.netsec: "Re: IPSEC policies using third party certificates"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 9 Jun 2005 13:47:40 -0700
I believe I found my own answer (finally). Changing the key usage
parameter to 0x30 instead of 0xA0 sets the certificate usage for Key
Encipherment, Data Encipherment. This is the only piece I believe I
was missing as the initial certificates and testing appear to be
working. If you use the template below with the certreq utility
(available in the Windows Server 2003 Adminpak.msi) you should be able
generate a PKCS#10 Certificate Request for ANY CA that supports Key
Encipherment and Data Encipherment key usages.
The certreq utility can be run on Windows 2000, XP, and 2003. Since
the Windows 2003 adminpak.msi only runs on XP and Server 2003, you need
to copy the certreq.exe, certadm.dll, certcli.dll, and certutil.exe
files to a local or shared directory to run it on Windows 2000.
[Version]
Signature= "$Windows NT$"
[NewRequest]
Subject = "<server fqdn>"
KeySpec = 1
KeyLength = 2048
KeyUsage = 0x30
RequestType = PKCS10
ProviderName = "Microsoft RSA SChannel Cryptographic Provider"
ProviderType = 12
Exportable = TRUE
MachineKeySet = FALSE
Silent = TRUE
UseExistingKeySet = FALSE
PrivateKeyArchive = FALSE
EncipherOnly = FALSE
UserProtected = FALSE
[EnhancedKeyUsageExtension]
OID=1.3.6.1.5.5.8.2.2
[RequestAttributes]
CertificateTemplate = "IPSECIntermediateOffline"
- Next message: mikee.netsec: "Re: Should IIS svr NOT be in domain"
- Previous message: Joe Richards [MVP]: "Re: Admin Privs without being in the administrator group"
- In reply to: mikee.netsec: "IPSEC policies using third party certificates"
- Next in thread: mikee.netsec: "Re: IPSEC policies using third party certificates"
- Reply: mikee.netsec: "Re: IPSEC policies using third party certificates"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|