Update writing.md

Edit message to be more explicit about the secret RSA private keys

Signed-off-by: Alex <52247724+Elya29@users.noreply.github.com>
This commit is contained in:
Alex
2024-01-29 10:30:57 +01:00
committed by GitHub
parent 90c5f9db54
commit 93bb6b425f
+2 -5
View File
@@ -218,10 +218,7 @@ webhookUrl: https://smee.io/foo
clientId: someGithubAppClientId
clientSecret: someGithubAppClientSecret
webhookSecret: someWebhookSecret
privateKey: |
-----BEGIN RSA PRIVATE KEY-----
SomeRsaPrivateKeyForExampleOnly
-----END RSA PRIVATE KEY-----
privateKey: someSecretRsaPrivateKey
```
**Warning: RSA private keys should not be hard coded**. Keep them in a secure storage solution like Vault, to ensure they are neither exposed nor misused.
**Warning: RSA private keys should not be hard coded**. We recommend that this entire file should be a secret and stored as such in a secure storage solution like Vault, to ensure they are neither exposed nor misused.