Updated docs of writing-conf

Signed-off-by: AmbrishRamachandiran <ambrish.r@infosys.com>
This commit is contained in:
AmbrishRamachandiran
2025-01-06 11:09:22 +05:30
parent 41ab5cf4a0
commit 85a95f65a1
+4 -1
View File
@@ -239,4 +239,7 @@ privateKey: |
-----END RSA PRIVATE KEY-----
```
**Warning: Sensitive information, such as 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. This example key part only shows the format on how to use the yaml | syntax to make sure that the key is valid.
> [!WARNING]
> Sensitive information, such as 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. This example key part only shows the format on how to use the yaml | syntax to make sure that the key is valid.