Skip to content

Commit

Permalink
changed Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Schuetz committed Jul 22, 2020
1 parent ff07194 commit dc582d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ The script allows a couple of parameters
| --with-slackbot | | Will install the Keptn slackbot. Requires SLACKBOT_TOKEN env variable to be set |
| --provider | aws,gcp,digitalocean,EMPTY | handles IP gathering based on provider or uses hostname in case its empty |
| --ip | YOURIP | Allows you to pass your own IP of your host |
| --fqdn | YOURFQDN | Allows you to pass your own hostname, allows you to create production LetsEncrypt Certificates, You need to create your own DNS entry

## TLS Certificates
keptn-on-k3s comes with [cert-manager](https://cert-manager.io/). By default, a self-signed certificate is generated. By adding `--letsencrypt` as a parameter, and a CERT_EMAIL is exported, you will create a LetsEncrypt-Staging certificate. By additionally exporting `LE_STAGE=production`, a LetsEncypt Production certificate will be issued (will not work with xip.io and nip.io).
Expand Down

0 comments on commit dc582d3

Please sign in to comment.