TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: signet – code signing tool

1 点作者 arete超过 2 年前
Hello HN, I&#x27;ve built signet, a code signing tool that makes it really easy to sign your git commits and arbitrary files such as build outputs. signet uses OpenSSH&#x27;s key and signature formats, making it easy to migrate from, or to, ssh-keygen or another compatible tool.<p>signet runs on Linux, macOS, and Windows. The following commands will create a new signing key and configure git to sign all future commits and tags in the current repository:<p><pre><code> signet init -s signet keys -c git config user.signingkey &lt;key id&gt; git config gpg.format ssh git config gpg.ssh.program signet git config commit.gpgsign true git config tag.gpgsign true </code></pre> GitHub supports commit signature verification for SSH signatures, just print the public key with `signet keys -p &lt;key id&gt;` and add it to your account, and your signed commits and tags will show up as verified.

暂无评论

暂无评论