728x90
인증서를 신뢰할 수 있는 루트 인증 기관에 추가
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
Fyi...
컴퓨터 인증서 MMC 실행 명령
Certificate Local Machine
-> certlm.msc
사용자 인증서 MMC 실행 명령
Certificate Manager
-> certmgr.msc
728x90
'IT이야기 > OS' 카테고리의 다른 글
Office 2013 KMS 인증 서비스 구성 및 라이선스 키 등록 (1) | 2016.07.12 |
---|---|
30일 이상된 파일 및 폴더 삭제 명령 (0) | 2016.07.12 |
Debug Diagnostic Tool 로 crash dump 수집하기 (0) | 2016.06.29 |
poolmon.exe 사용법 -- 메모리 누수 찾기 (0) | 2016.04.06 |
IIS ApplicationPool 정보 및 프로세스 ID 확인하기 (0) | 2016.04.06 |