Re: Win2003 PKI : Subordinate CA certificate parameter
- From: Martin Rublik <martin.rublik@xxxxxxxxxx>
- Date: Mon, 21 Jul 2008 09:11:17 +0200
Hi,
You need to change the CAPolicy.inf on the subordinate CA. CAPolicy.inf is used during the enrollment process and the request and its contents depends on the file.
As the dump says:
Luciano01 wrote:
2.5.29.15: Flags = 0, Length = 4
Key Usage
Digital Signature, Certificate Signing, Off-line CRL Signing,
CRL Signin
g (86)
the request already contains key usage 0x86 described as above and the root CA is issuing a certificate based on that request.
> I understood that the CAPolicy.inf had to be edited only to setup the
> ROOT CA, so there is no CAPolicy.inf on the wannabe subordinate CA. It
> is very possible I misunderstood. If so, what my CAPolicy.inf look like
> to reach that kind of CA certificate ?
CApolicy.inf file is used for customizing the paramaters of *any* (not only root) CA certificate before it's certificate request is generated (either first time or while renewing). It can also define other parameters of a CA prior its installation.
The structure of CAPolicy.inf depends on the determined requirements regarding the subordinate CAs certificate (e.g. key length, extended key usage, information regarding CPS,...).
If you want some further reading I can recommend you the great book written by Brian Komar "Windows Server 2008 PKI and Certificate Security".
If you want just the job done try following CAPolicy.inf on subordinate CA (Not recommended. You should modify this CAPolicy.inf so it will fit your environment)
[Version]
Signature="$Windows NT"
[Extensions]
2.5.29.15=AwIBBg==
Critical=2.5.29.15
Best regards
Martin
.
- Follow-Ups:
- Re: Win2003 PKI : Subordinate CA certificate parameter
- From: Luciano01
- Re: Win2003 PKI : Subordinate CA certificate parameter
- References:
- Re: Win2003 PKI : Subordinate CA certificate parameter
- From: Luciano01
- Re: Win2003 PKI : Subordinate CA certificate parameter
- From: Paul Adare - MVP
- Re: Win2003 PKI : Subordinate CA certificate parameter
- From: Luciano01
- Re: Win2003 PKI : Subordinate CA certificate parameter
- From: Martin Rublik
- Re: Win2003 PKI : Subordinate CA certificate parameter
- From: Luciano01
- Re: Win2003 PKI : Subordinate CA certificate parameter
- Prev by Date: RE: How to Block UltraSurf?
- Next by Date: Re: Win2003 PKI : Subordinate CA certificate parameter
- Previous by thread: Re: Win2003 PKI : Subordinate CA certificate parameter
- Next by thread: Re: Win2003 PKI : Subordinate CA certificate parameter
- Index(es):
Relevant Pages
|