Skip to content

Commit

Permalink
Remove instructions on ssl certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Jul 22, 2024
1 parent 74c8f08 commit c0a4e20
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1516,25 +1516,6 @@ then call :
terraform apply
```
### 10.10 Generate a new SSL certificate
The SSL certificate configured by the dns module is valid for [90 days](https://letsencrypt.org/docs/faq/#what-is-the-lifetime-for-let-s-encrypt-certificates-for-how-long-are-they-valid).
If you plan to use your cluster for more than 90 days, you will need to generate a
new SSL certificate before the one installed on the cluster expires.
To generate a new certificate, use the following command on your computer:
```
terraform taint 'module.dns.module.acme.acme_certificate.certificate'
```
Then apply the modification:
```
terraform apply
```
The apply generates a new certificate, uploads it on the nodes that need it
and reloads the reverse proxy if it is configured.
### 10.11 Set SELinux in permissive mode
SELinux can be set in permissive mode to debug new workflows that would be
Expand Down

0 comments on commit c0a4e20

Please sign in to comment.