Skip to content

Commit

Permalink
docs: Add TINKERBELL_TLS ENVVARS.md
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Mendez <[email protected]>
  • Loading branch information
mmlb committed Feb 10, 2022
1 parent a21393b commit ae0df5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/ENVVARS.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ The follow describes environment variables available to be set when running Tink
| `TINKERBELL_CERT_URL=http://127.0.0.1:42114/cert` | string | clients | url from which to get a TLS certificate, needed when Tink Server's TLS cert is signed by an unknown certificate authority, ie self-signed |
| `TINKERBELL_GRPC_AUTHORITY=127.0.0.1:42113` | string | all | same as `GRPC_AUTHORITY`, deprecated in server |
| `TINKERBELL_HTTP_AUTHORITY=127.0.0.1:42114` | string | server | same as `HTTP_AUTHORITY`, deprecated in server |
| `TINKERBELL_TLS="true"` | string | all | configures grpc service or client connections for tls vs plaintext |
| `TINKERBELL_TLS_CERT="-----BEGIN RSA PRIVATE KEY-----\n....\n-----END RSA PRIVATE KEY-----\n"` | string | server | same as `TLS_CERT`, deprecated in server |
| `TLS_CERT="-----BEGIN RSA PRIVATE KEY-----\n....\n-----END RSA PRIVATE KEY-----\n"` | string | server | a TLS certificate for use with Tink server |

0 comments on commit ae0df5f

Please sign in to comment.