Skip to content

Commit 0f9fe35

Browse files
Merge pull request #152 from aep-microsoft/gpg_signing_with_ssh_key
Update README.md
2 parents 6663fa2 + 17ee243 commit 0f9fe35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ While not required, it is strongly recommended to configure git with a [GNU Priv
9595
1. Install the gpg tools for the target operating system (see the OS-specific `README` files for details).
9696
2. [Generate a gpg key](https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key)
9797
3. [Add the gpg key to your github account](https://docs.github.com/en/authentication/managing-commit-signature-verification/adding-a-gpg-key-to-your-github-account)
98-
4. [Configure git to use the gpg key](https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key)
98+
4. [Configure git to use the gpg key](https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key) This link will also tell you how to use gpg signing with an ssh key. Additionally, if you wish tell git to use a type any type of signing by default, be it gpg, ssh or X.509, you need to run the following command ```git config --global commit.gpgsign true```
9999

100100
### CMake
101101

0 commit comments

Comments
 (0)