Skip to content

Commit

Permalink
docs: add a note in certificate and key generation in jans (#6797)
Browse files Browse the repository at this point in the history
Signed-off-by: Amro Misbah <amromisba7@gmail.com>
  • Loading branch information
misba7 authored Nov 29, 2023
1 parent a4bb7bf commit 7b82cae
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/admin/kubernetes-ops/cert-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ Rotating Certificates and Keys in Kubernetes setup
| -------------------------------- |
| /etc/certs/web_https.crt |
| /etc/certs/web_https.key |

!!! Note
During fresh installation, the config-job checks if SSL certificates and keys are mounted as files.
If no mounted files are found, it attempts to download SSL certificates from the FQDN supplied. If the download is successful, an empty key file is generated.
If no mounted or downloaded files are found, it generates self-signed SSL certificates, CA certificates, and keys.

### Rotate
1. Create a file named `web-key-rotation.yaml` with the following contents :
Expand Down

0 comments on commit 7b82cae

Please sign in to comment.