windows 安装证书命令
import cet file to computer account
certmgr.exe /add "d:\MoneyTreeRootCA.cer" /s /r localMachine root
import cet file to local user account
certmgr.exe /add "d:\MoneyTreeRootCA.cer" /s /r currentUser root
windows 安装证书命令
https://ajasonwang.github.io/2014/11/07/windows-import-cer-file-command/