An open API service indexing awesome lists of open source software.

https://github.com/sassman/cargo-codesign-rs

A cargo subcommand that handles code signing, notarization, and update signatures for Rust binaries across macOS, Windows and Linux
https://github.com/sassman/cargo-codesign-rs

cargo cli codesigning notarization rust

Last synced: about 1 month ago
JSON representation

A cargo subcommand that handles code signing, notarization, and update signatures for Rust binaries across macOS, Windows and Linux

Awesome Lists containing this project

README

          


cargo codesign


crates.io
license

---

A cargo subcommand that handles code signing, notarization, and update signatures for Rust binaries across macOS, Windows, and Linux.

## Quick start

```sh
cargo install cargo-codesign
cargo codesign init # generate sign.toml
cargo codesign status # check credentials and tools
cargo codesign macos --app target/release/bundle/MyApp.app
```

- Styled DMG installers with background image and icon positions via `[macos.dmg]` in `sign.toml` — see [DMG Styling guide](https://sassman.github.io/cargo-codesign-rs/macos/dmg-styling.html)

## Documentation

Full documentation is available in the [cargo-codesign book](https://sassman.github.io/cargo-codesign-rs/).

## License

Licensed under either of [Apache License, Version 2.0](LICENSE-APACHE) or [MIT License](LICENSE-MIT) at your option.