Skip to content

Commit

Permalink
Fix indentation in GPG key export section
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenalex836 authored Feb 11, 2025
1 parent 75c2274 commit c10502c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ shortTitle: Existing GPG keys
$ gpg --armor --export 3AA5C34371567BD2
# Prints the GPG public key, in ASCII armor format
```
Consider exporting your keys with the option `--export-options export-minimal`, which can prevent misreading keys that contain deprecated fields.
Consider exporting your keys with the option `--export-options export-minimal`, which can prevent misreading keys that contain deprecated fields.

You can then [add your GPG key to your GitHub account](/authentication/managing-commit-signature-verification/adding-a-gpg-key-to-your-github-account).

Expand Down

0 comments on commit c10502c

Please sign in to comment.