diff --git a/README.md b/README.md index 58b2749f..3d4f6cdc 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ The configuration file is an [HCL](https://github.com/hashicorp/hcl) formatted f | `cmd` | The path to the process to launch. | `"ghostunnel"` | | `cmd_args` | The arguments of the process to launch. | `"server --listen localhost:8002 --target localhost:8001--keystore certs/svid_key.pem --cacert certs/svid_bundle.pem --allow-uri-san spiffe://example.org/Database"` | | `cert_dir` | Directory name to store the fetched certificates. This directory must be created previously. | `"certs"` | + | `exit_when_ready` | Fetch x509 certificate and then exit(0) | `true` | | `add_intermediates_to_bundle` | Add intermediate certificates into Bundle file instead of SVID file. | `true` | | `renew_signal` | The signal that the process to be launched expects to reload the certificates. It is not supported on Windows. | `"SIGUSR1"` | | `svid_file_name` | File name to be used to store the X.509 SVID public certificate in PEM format. | `"svid.pem"` | @@ -56,4 +57,4 @@ svid_bundle_file_name = "svid_bundle.pem" jwt_audience = "your-audience" jwt_svid_file_name = "jwt.token" jwt_bundle_file_name = "bundle.json" -``` \ No newline at end of file +```