Skip to content

Instantly share code, notes, and snippets.

@matsueushi
matsueushi / 1.create-gpg-keys.md
Created May 4, 2023 07:55 — forked from denvernine/1.create-gpg-keys.md
GPGキーを使ってGitHubにSSHで疎通確認、その後GPGキーを使った署名付きコミットをするまでのログ

GPGキーを作ってみよう

GPGキーを使ってGitHubにSSHで疎通確認、その後GPGキーを使った署名付きコミットをするまでのログです。

GPGってなに?

GnuPG is a complete and free implementation of the OpenPGP standard as defined by RFC4880 (also known as PGP). GnuPG allows you to encrypt and sign your data and communications; it features a versatile key management system, along with access modules for all kinds of public key directories. GnuPG, also known as GPG, is a command line tool with features for easy integration with other applications. A wealth of frontend applications and libraries are available. GnuPG also provides support for S/MIME and Secure Shell (ssh).

The GNU Privacy Guard