# Show GN: FakeRoot: 가짜 루트 인증 기관 인증서 목록

> Clean Markdown view of GeekNews topic #8592. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=8592](https://news.hada.io/topic?id=8592)
- GeekNews Markdown: [https://news.hada.io/topic/8592.md](https://news.hada.io/topic/8592.md)
- Type: show
- Author: [async](https://news.hada.io/@async)
- Published: 2023-03-02T12:08:27+09:00
- Updated: 2023-03-02T12:08:27+09:00
- Original source: [fake-root.github.io](https://fake-root.github.io/)
- Points: 14
- Comments: 2

## Topic Body

[TLS 보호 약화하기, 한국 스타일 - 블라디미르 팔란트](https://news.hada.io/topic?id=8412)로부터 영감을 받아, 각종 프로그램들이 설치하는 인증서 목록을 정리해보았습니다.  
  
사용한 방법은 VM 또는 샌드박스에서  
- 인증서 저장 레지스트리(`HKLM\SOFTWARE\MICROSOFT\SYSTEMCERTIFICATES\ROOT\CERTIFICATES`) 접근  
- `certutil.exe` 실행  
- `cer`, `der`, `crt` 등 인증서 파일 드롭  
  
하는 실행파일을 수집하였습니다.

## Comments



### Comment 15024

- Author: [hidden]
- Created: 2023-03-02T13:19:59+09:00
- Points: 1

[숨김 처리된 댓글입니다]

### Comment 15025

- Author: soulee
- Created: 2023-03-02T13:35:34+09:00
- Points: 1
- Parent comment: 15024
- Depth: 1

애플리케이션의 코드 사이닝 검증을 Self Signed CA로 하는것 같은데 재밌긴 하네요…
