mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-14 08:37:03 +02:00
Update rotate_application_secrets.md
add link to what Login recommends
This commit is contained in:
parent
d60d63be53
commit
11d35d18b1
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
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
|
```bash
|
||||||
openssl req -nodes -x509 -days 365 -newkey rsa:2048 -keyout private.pem -out public.crt
|
openssl req -nodes -x509 -days 365 -newkey rsa:2048 -keyout private.pem -out public.crt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue