인증서 정보를 관리하고 구성하는 도구. 더 많은 정보: https://learn.microsoft.com/windows-server/administration/windows-commands/certutil.
certutil {{파일_이름}}
certutil -encodehex {{경로\대상\입력_파일}} {{경로\대상\출력_파일}}
certutil -encode {{경로\대상\입력_파일}} {{경로\대상\출력_파일}}
certutil -decode {{경로\대상\입력_파일}} {{경로\대상\출력_파일}}
certutil -hashfile {{경로\대상\입력_파일}} {{md2|md4|md5|sha1|sha256|sha384|sha512}}