Failing to publish CRL into AD
hi,
i'm implementing brand new pki.
i've been following mspress windows server 2008 pki , certificate security book intently , have been implementing verbatim situation fits mine i'm deploying 2 tier pki, offline root , pair of issuing/policy ca's , intents , purposes i'm on page 133 of book.
my offline root standard edtn\standalone ca, lets use rootca it's hostname. second tier dc's in 2 locations.
my friendly name ca newrootca
these make easy obscure real identities , keep consistent throughout troubelshooting thread.
my issue when using commands :-
certutil -dspublish -f rootca_newrootca.crt rootca
certutil -dspublish -f newrootca.crl
the second command trying publish crl fails following error:-
c:\>certutil -dspublish -f newrootca.crl
ldap:///cn=newrootca,cn=rootca,cn=cdp,cn=public key services,cn=services,
dc=unavailableconfigdn?certificaterevocationlist?base?objectclass=crldistributionpoint?certificaterevocationlist
ldap: 0xa: 0000202b: referr: dsid-031007ef, data 0, 1 access points
ref 1: 'unavailableconfigdn'
certutil: -dspublish command failed: 0x8007202b (win32: 8235)
certutil: referral returned server.
if browse ad using sysinternals adexplorer, see both
cn=newrootca,cn=certification authorities,cn=public key services,cn=services,cn=configuration,dc=domain,dc=internal
cn=newrootca,cn=aia,cn=public key services,cn=services,cn=configuration,dc=domain,dc=internal
nothing under
cn=cdp,cn=public key services,cn=services,cn=configuration,dc=domain,dc=internal
in head @ least - believe it's naming crl trying insert data :
ldap:///cn=newrootca,cn=rootca ,cn=cdp,cn=public key services,cn=services,.........
rather than
ldap:///cn=newrootca,cn=cdp,cn=public key services,cn=services,..........
though see text (in bold)
ldap:///cn=newrootca,cn=rootca,cn=cdp,cn=public key services,cn=services,
dc=unavailableconfigdn ?certificaterevocationlist?base?objectclass=crldistributionpoint?certificaterevocationlist
in part of error , doesn't fill me confidence.
could please me out predicament?
regards
paul.
hi paul --
follow these steps:
http://technet.microsoft.com/en-us/library/cc737740%28ws.10%29.aspx
after restarting certificate services on ca, manually publish new crl, publish crl active directory.
hope helps,
jonathan stephens
this posting provided "as is" no warranties, , confers no rights. please remember click “mark answer” on post helps you, , click “unmark answer” if marked post not answer question. can beneficial other community members reading thread.
Windows Server > Security
Comments
Post a Comment