From 11d35d18b1fdf6761d856d1f4a0ca1c5a803977c Mon Sep 17 00:00:00 2001 From: Cameron Dixon Date: Mon, 30 Oct 2023 09:50:46 -0400 Subject: [PATCH] Update rotate_application_secrets.md add link to what Login recommends --- docs/operations/runbooks/rotate_application_secrets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operations/runbooks/rotate_application_secrets.md b/docs/operations/runbooks/rotate_application_secrets.md index 456baf61d..e91e8427e 100644 --- a/docs/operations/runbooks/rotate_application_secrets.md +++ b/docs/operations/runbooks/rotate_application_secrets.md @@ -46,7 +46,7 @@ This is a standard Django secret key. See Django documentation for tips on gener This is the base64 encoded private key used in the OpenID Connect authentication flow with Login.gov. It is used to sign a token during user login; the signature is examined by Login.gov before their API grants access to user data. -Generate a new key using this command (or whatever is most recently recommended by Login.gov): +Generate a new key using this command (or whatever is most recently [recommended by Login.gov](https://developers.login.gov/testing/#creating-a-public-certificate)): ```bash openssl req -nodes -x509 -days 365 -newkey rsa:2048 -keyout private.pem -out public.crt