2013-05-30 54 views

回答

3

我發現我可以做一切與的certutilwinhttpcertcfg這樣的:

1)的.p12添加到個人密鑰存儲

certutil -p [email protected] -importpfx cert.p12 

2)添加.CER證書值得信賴的發佈者

certutil -addstore TrustedPublisher cert.cer 

3)檢查哪些用戶有權訪問證書

winhttpcertcfg -c LOCAL_MACHINE\My -s certificate.name -l 

3)准許訪問證書

winhttpcertcfg -c LOCAL_MACHINE\My -s certificate.name -g -a [email protected] 
相關問題