Cross Certificates and what to do with them
i doing alright , came across mad naming scheme appeared when renewing root ca new key pair. found explanation on specific naming here:-
http://technet.microsoft.com/fr-fr/library/cc778802(ws.10).aspx
i've found discussion on cross certificates generated when performing renewals new key pairs are, here:-
but cross certificates? in 2 tier ad cs pki, need use certutil , use -dspublish switch push certs ad? need cross certs in http publish location also?
now have grasp on these files new suffixes are, should doing them?
a little confused again. sorry everyone! :(
regards
paul.
it depends on whether have offline root ca (workgroup-based, standalone root ca), or online root ca (enterprise ca, or domain-joined standalone ca).
if ca s online (as defined above), crossca certificates automatically published.
if offline, run following commands
certutil -dspublish -f root(0-1).crt crossca
certutil -dspublish -f root(1-0).crt crossca
certutil -dspublish -f root(1).crt rootca
brian
Windows Server > Security
Comments
Post a Comment