Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/contributing/commit-signing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ GitHub supports [commit signing][github-verification] with SSH, GPG, and S/MIME.

If you're unsure what to use, <strong>we recommend you create a commit signing key using SSH per
latest security best practices </strong> (see the
[PGP problem](https://www.latacora.com/blog/2019/07/16/the-pgp-problem/) for more details).
[PGP problem](https://www.latacora.com/blog/2019/07/16/the-pgp-problem/) for more details). For
maximum security, consider using a [hardware-backed SSH key](#hardware-backed-ssh-key-configuration)
(YubiKey or other FIDO2 device) as your signing key.

:::

Expand Down
Loading