Removing or changing variables in LDP or AIA paths
trying document , test install in test environment. ive see few posts talk not having server name in aia path , removing %%1 offline root ca
certutil -setreg ca\cacertpublicationurls "1:%windir%\system32\certsrv\certenroll\%%1_%%3%%4.crt
to
certutil -setreg ca\cacertpublicationurls "1:%windir%\system32\certsrv\certenroll\%%3%%4.crt
a little confused , cant seem find on this. leave _ before %%3? see %1 <serverdnsname>.
so removing %%1 in aia local , aia http paths or local?
thanks!
also know when brian's server 2012 book coming out?
i use same file names http url , local url. less confusing , in case need copy file http server (when can't use unc paths) have rename before copying anyway.
what typically keep %%4 (the key index - (1)) , use version of ca name without blanks instead of %%3. if ca named company issuing ca 01 create variable like
set sanitizedcaname=companyissuingca01
... file name used in scripts
http://webserver/webdir/%sanitizedcaname%%%4.crt.
removing blanks not extremely important time ago found device , not cope special characters (incl. blanks). rare kept practice url without blanks looks 'cleaner'. ... matter of taste maybe...
i remove machine's dns name (in order avoid confusion if ca ever migrated) , there no reason keep _
elke
Windows Server > Security
Comments
Post a Comment