From 22de6da60bcc1dba306b16517dd5b7d8cf14f515 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sat, 19 Dec 2020 22:01:59 -0500 Subject: [PATCH] spelling: signatures Signed-off-by: Josh Soref --- server/rotation.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/rotation.go b/server/rotation.go index 63c28c15..b7dd8116 100644 --- a/server/rotation.go +++ b/server/rotation.go @@ -25,7 +25,7 @@ type rotationStrategy struct { rotationFrequency time.Duration // After being rotated how long should the key be kept around for validating - // signatues? + // signatures? idTokenValidFor time.Duration // Keys are always RSA keys. Though cryptopasta recommends ECDSA keys, not every