Crates.io | signstar-request-signature |
lib.rs | signstar-request-signature |
version | 0.1.3 |
created_at | 2024-12-13 17:36:37.829866+00 |
updated_at | 2025-08-19 21:10:43.405621+00 |
description | Library and executable for creating, reading and writing of signing requests for files |
homepage | https://gitlab.archlinux.org/archlinux/signstar |
repository | https://gitlab.archlinux.org/archlinux/signstar |
max_upload_size | |
id | 1482380 |
size | 183,870 |
This crate offers a library and an executable for creating, reading and writing of signing requests for files.
The tool can be used to prepare a raw JSON signing request:
signstar-request-signature prepare Cargo.toml
Additionally it's possible to prepare the signing request and send it over SSH in one command.
send
subcommand requires parameters related to SSH session:
signstar-request-signature send --host 127.0.0.1 --port 2222 --user signstar-sign \
--agent-socket "$agent" --user-public-key "$(cat tests/sshd/authorized_keys)" \
--known-hosts "$known_hosts" Cargo.toml | jq
Please refer to the contributing guidelines to learn how to contribute to this project.
This project may be used under the terms of the Apache-2.0 or MIT license.
Changes to this project - unless stated otherwise - automatically fall under the terms of both of the aforementioned licenses.