Skip to content

Commit

Permalink
Discourage RSA-SHA1 key usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mdecimus committed May 23, 2024
1 parent 9d7d7b3 commit 8e98324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/config/schema/auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ impl Builder<Schemas, ()> {
source: Source::Static(&[
("ed25519-sha256", "Ed25519 SHA-256"),
("rsa-sha256", "RSA SHA-256"),
("rsa-sha1", "RSA SHA-1"),
("rsa-sha1", "RSA SHA-1 (do not use)"),
]),
})
.build()
Expand Down

0 comments on commit 8e98324

Please sign in to comment.