# 애플 코드 서명 및 공증의 완전한 오픈소스 구현체 완성

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=7153](https://news.hada.io/topic?id=7153)
- GeekNews Markdown: [https://news.hada.io/topic/7153.md](https://news.hada.io/topic/7153.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-08-10T09:06:01+09:00
- Updated: 2022-08-10T09:06:01+09:00
- Original source: [gregoryszorc.com](https://gregoryszorc.com/blog/2022/08/08/achieving-a-completely-open-source-implementation-of-apple-code-signing-and-notarization/)
- Points: 13
- Comments: 2

## Topic Body

- Rust 만으로 구현되어 꼭 애플 플랫폼에서 구동할 필요 없음 (리눅스,윈도우,맥 어디서든 가능)  
- Mach-O 바이너리 서명 가능(애플OS의 실행파일 포맷)  
- .app 디렉토리 번들, XAR 아카이브, .pkg 인스톨러, DMG 디스크 이미지의 서명/공증/합치기(스테이플링) 가능  
- apple-codesign Crate와 rcodesign CLI 제공

## Comments



### Comment 11751

- Author: joe123kr
- Created: 2022-08-10T15:47:34+09:00
- Points: 1

기존 애플 생태계의 소프트웨어가 다른 플랫폼에서 구동될 수 있다는 걸로 읽으면 될까요?

### Comment 11754

- Author: beejei
- Created: 2022-08-10T23:31:44+09:00
- Points: 2
- Parent comment: 11751
- Depth: 1

바이너리에 대한 codesign - 즉 이건 누가 언제 만들었음을 증명함 - 하는 작업을 어디서든 할 수 있게 해주니, CI/CD 프로세스가 리눅스에서 돌아도 된다는 점에서 큰 의미가 있을 것 같습니다.
