인증서를 신뢰할 수 있는 루트 인증 기관에 추가
certutil -addstore "Root" "인증서 경로"
사용 예) certutil -addstore "Root" "D:\TestCertificate.cer"
인증서를 개인용에 추가
certutil -addstore "My" "인증서 경로"
사용 예) certutil -addstore "My" "D:\TestCertificate.cer"
인증서를 중간 인증 기관에 저장
certutil -addstore "CA" "인증서 경로"
사용 예) certutil -addstore "CA" "D:\TestCertificate.cer"
참고 URL
Certutil - https://technet.microsoft.com/en-us/library/cc732443(v=ws.11).aspx
Import Certificate to Trusted Root but not to Personal [Command Line] - http://stackoverflow.com/questions/23869177/import-certificate-to-trusted-root-but-not-to-personal-command-line
'etc' 카테고리의 다른 글
Powershell System.IO.Compression.FileSystem.dll 오류 (0) | 2016.07.15 |
---|---|
Powershell 실행 오류 (0) | 2016.07.15 |
컴퓨터 인증서, 사용자 인증서 MMC 실행 명령 (0) | 2016.06.29 |
Windows Server 2016 Preview 기본 브라우저 변경 (0) | 2016.02.01 |
메모리 덤프 파일이 생성되지 않는 경우 (0) | 2010.04.09 |