Difference between revisions of "Generating a new GPG key"

From wikieduonline
Jump to navigation Jump to search
Line 7: Line 7:
 
* <code>[[gpg --armor --export]]</code>
 
* <code>[[gpg --armor --export]]</code>
 
** <code>gpg --export --armor [email protected] > public_key.asc</code>
 
** <code>gpg --export --armor [email protected] > public_key.asc</code>
 +
 +
 +
 
* <code>[[gpg --encrypt]] --recipient [email protected] file.txt</code>
 
* <code>[[gpg --encrypt]] --recipient [email protected] file.txt</code>
  

Revision as of 11:25, 4 July 2024




Note: When asked to enter your email address, ensure that you enter the verified email address for your GitHub account. To keep your email address private, use your GitHub-provided no-reply email address. For more information, see "Verifying your email address" and "Setting your commit email address."


git config commit.gpgsign true

Related

See also

Advertising: