並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 18 件 / 18件

新着順 人気順

signingの検索結果1 - 18 件 / 18件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

signingに関するエントリは18件あります。 securityセキュリティgithub などが関連タグです。 人気エントリには 『Sigstore によるコンテナイメージの Keyless Signing - Flatt Security Blog』などがあります。
  • Sigstore によるコンテナイメージの Keyless Signing - Flatt Security Blog

    This image includes the work that is distributed in the Apache License Version 2.0 こんにちは。株式会社Flatt SecurityでインターンをしているMarina (@marin_a___) です。本稿はソフトウェアサプライチェーン領域で注目を集める Sigstore プロジェクトについての記事です。 Sigstoreとは Cosign によるローカルの鍵ペアを用いた署名方法 公開鍵と秘密鍵のペアの作成 作成した鍵を用いたコンテナイメージの署名 公開鍵を用いた署名検証 小まとめ: 全体の流れ 鍵管理に関する課題 OpenID Connect を活用した署名(Keyless Signing) Keyless Signing の仕組み Keyless Signing の具体的な利用方法 方法1: 人力で認証を

      Sigstore によるコンテナイメージの Keyless Signing - Flatt Security Blog
    • curlでKeyless Signingする (1) - OpenID Connect編 - knqyf263's blog

      確実に忘れるであろう将来の自分と、Keyless Signingに異常な興味を持つ日本に数人しかいないであろう人達のための記事です。 背景 前提 Keyless Signing全体のフロー OIDCのフロー 認可コードの取得 IDトークンの取得 手動で試す OpenIDプロバイダーの情報取得 認可コードの取得 code_verifierの生成 code_challengeの生成 Authorization Endpointへのアクセス IDトークンの取得 IDトークンの検証 公開鍵の取得 公開鍵の生成 検証 参考 まとめ 背景 以前sigstoreのソフトウェア署名についてブログを書きました。 knqyf263.hatenablog.com その中でKeyless Signingについては別ブログにすると言っていたのですがサボり続けた結果、全て忘れ去り再び調べる羽目になりました。これはまた

        curlでKeyless Signingする (1) - OpenID Connect編 - knqyf263's blog
      • Signing Git Commits with Your SSH Key

        You may already be signing your Git commits with a GPG key, but as of today you can instead choose to sign with your SSH key! Signing in SSH is a relatively new feature that lets you use your private SSH key to sign arbitrary text and others to verify that signature with your public key. This is great, because pretty much everyone has an SSH key (and pretty much no one has a GPG key). As developer

        • sigstoreのKeyless Signingでは何を検証しているのか - sometimes I laugh

          最近、個人的にsigstoreのKeyless Signingがアツいです。以下のブログを読みました。 これらの記事は主にコンテナイメージの署名について解説しているのですが、sigstoreはバイナリの署名にも使えます。以前から、複数メンテナ体制で秘密鍵をどう共有しよう?とか、公開鍵の安全な配布方法って無くない?と考えていたので、渡りに船です。 チームでひとつの鍵を保守したい場合とかどうやってるんだろ、みんなに主キー配るんかな、まぁそりゃそうか...— wata (@wata727_) 2021年5月1日 リリースバイナリの署名に使った鍵をキーサーバーで公開してたら、今それ信用できんのでリポジトリに公開鍵入れてくれという話が来ていた、もう何も信用できないhttps://t.co/2g5diZxGIM— wata (@wata727_) 2019年12月24日 早速、採用に向けて色々調べてい

            sigstoreのKeyless Signingでは何を検証しているのか - sometimes I laugh
          • keys.pub - Cryptographic key management, sigchains, user identities, signing, encryption, password manager, FIDO2 | keys.pub

            WARNING Unfortunately, this project is not currently being worked on. I may revisit this in the future, if you would like to sponsor development or hire me please reach out at gabriel@keys.pub. # What is it? Manage cryptographic keys, sigchains and user identities. Search for keys, verify and import them. Encrypt, decrypt, sign, verify (using Saltpack (opens new window)). FIDO2 support for hardwar

            • GitHub Actions で Automatically manage signing を使って Flutter の ipa ビルドする

              GitHub Actions で Flutter アプリの TestFlight 用バイナリ(ipa)をビルドする方法を調べると「Automatically manage signing」 を無効にしてビルドする記事が出てきます。 オプションを有効にしたままビルドする方法が見つからなかったので調べました。検証は Flutter で行いましたが、Flutter を使わない iOS ネイティブのプロジェクトでも同様の手順でビルドできると思います。 Automatically manage signing と Cloud signing Automatically manage signing について改めて調べると、Xcode13 以降では Automatically manage signing を有効にすると Cloud signing という機能が使われるようです。 Cloud sign

                GitHub Actions で Automatically manage signing を使って Flutter の ipa ビルドする
              • アプリやファイルの署名情報をチェックできるMacアプリ「Code Signing」がリリース。

                アプリやファイルの署名情報をチェックすることができるMacアプリ「Code Signing」がリリースされています。詳細は以下から。 Appleが配布しているmacOSのインストーラやアプリにはAppleが発行した証明書を使用した署名(開発者署名)がなされ、この証明書の有効期限切れによりインストーラやアプリが度々利用できなくなることがあります[1, 2]が、その様な際にインストーラアプリやファイルの署名を確認できるユーティリティ「Code Signing」が新たにリリースされています。 Code Signing is a developer tool that reads files’ signing information and validates the signature.There is no more need to use command-line tools, parse

                  アプリやファイルの署名情報をチェックできるMacアプリ「Code Signing」がリリース。
                • Safeguard your containers with new container signing capability in GitHub Actions

                  ProductSecuritySafeguard your containers with new container signing capability in GitHub ActionsGitHub has partnered with the OpenSSF and Project Sigstore to add container image signing to our default “Publish Docker Container” workflow. As developers have leaned into cloud native projects for scale and maintainability, the popularity of containers has exploded. With 92% of organizations leveragin

                    Safeguard your containers with new container signing capability in GitHub Actions
                  • GitHub - auth0/nextjs-auth0: Next.js SDK for signing in with Auth0

                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                      GitHub - auth0/nextjs-auth0: Next.js SDK for signing in with Auth0
                    • Manifest v3 signing available November 21 on Firefox Nightly – Mozilla Add-ons Community Blog

                      Starting November 21, 2022 add-on developers are welcome to upload their Firefox Manifest version 3 (MV3) compatible extensions to addons.mozilla.org (AMO) and have them signed as MV3 extensions. Getting an early jump on MV3 signing enables you to begin testing your extension’s future functionality on Nightly to ensure a smooth eventual transition to MV3 in Firefox. To be clear, Firefox will conti

                        Manifest v3 signing available November 21 on Firefox Nightly – Mozilla Add-ons Community Blog
                      • DocuSeal | Open Source Document Signing

                        React Document Signing To embed document signing in React App

                          DocuSeal | Open Source Document Signing
                        • New – Code Signing, a Trust and Integrity Control for AWS Lambda | Amazon Web Services

                          AWS News Blog New – Code Signing, a Trust and Integrity Control for AWS Lambda Code signing is an industry standard technique used to confirm that the code is unaltered and from a trusted publisher. Code running inside AWS Lambda functions is executed on highly hardened systems and runs in a secure manner. However, function code is susceptible to alteration as it moves through deployment pipelines

                            New – Code Signing, a Trust and Integrity Control for AWS Lambda | Amazon Web Services
                          • Provisioning profile "XXXXXX" doesn't include signing certificate YYYY って出る場合の対処法(2019/10/9版) - Qiita

                            Provisioning profile "XXXXXX" doesn't include signing certificate YYYY って出る場合の対処法(2019/10/9版)XcodeiOSAppleDeveloperProgramProvisioningProfile うむ。 わかる。 きっと 「Provisioning profile doesn't include signing certificate」 あたりをググって来たんだろう? すっげーイライラしてるんだろう?わかる、わかるぞ。 俺は1年前のお前だ。 きっとお前は1年前プロビジョニングでトラブったことなんて忘れてググったんだろう。 俺が1年後のお前に向けてやり方をメモっておくから参考にしてくれ。 1. キーチェーンアクセス設定 まずはいらない証明書を消そう 余計な証明書があるとどうやらまずいらしい。というわけで消

                              Provisioning profile "XXXXXX" doesn't include signing certificate YYYY って出る場合の対処法(2019/10/9版) - Qiita
                            • GitHub - sigstore/gitsign: Keyless Git signing using Sigstore

                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                GitHub - sigstore/gitsign: Keyless Git signing using Sigstore
                              • Liverpool confirm Minamino signing

                                Takumi Minamino impressed in both Champions League group games against LiverpoolVenue: Khalifa International Stadium, Doha, Qatar Date: Saturday, 21 December Kick-off: 17:30 GMTMinamino, 24, has scored nine goals and provided 11 assists in 22 appearances for the Austrian side this season. "It has been a dream, my dream to become a Liverpool player," he said. Minamino finalised personal terms and p

                                  Liverpool confirm Minamino signing
                                • Dr. Wodarg and Dr. Yeadon request a stop of all corona vaccination studies and call for co-signing the petition - 2020 NEWS

                                  On December 1, 2020, the ex-Pfizer head of respiratory research Dr. Michael Yeadon and the lung specialist and former head of the public health department Dr. Wolfgang Wodarg filed an application with the EMA, the European Medicine Agency responsible for EU-wide drug approval, for the immediate suspension of all SARS CoV 2 vaccine studies, in particular the BioNtech/Pfizer study on BNT162b (EudraC

                                    Dr. Wodarg and Dr. Yeadon request a stop of all corona vaccination studies and call for co-signing the petition - 2020 NEWS
                                  • [pre-RFC] Using Sigstore for signing and verifying crates

                                    ### Community Note * Please vote on this issue by adding a 👍 [reaction](https…://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request * If you are interes

                                      [pre-RFC] Using Sigstore for signing and verifying crates
                                    • Configuring DNSSEC signing and validation with Amazon Route 53 | Amazon Web Services

                                      Networking & Content Delivery Configuring DNSSEC signing and validation with Amazon Route 53 AWS now supports DNS Security Extensions (DNSSEC) signing on public zones for Amazon Route 53 and validation for Amazon Route 53 Resolver. DNSSEC is a specification that provides data integrity assurance for DNS and helps customers meet compliance mandates (for example, FedRAMP and security standards such

                                        Configuring DNSSEC signing and validation with Amazon Route 53 | Amazon Web Services
                                      1

                                      新着記事