Skip to content

Commit 2b3d45d

Browse files
committed
remove PTFE reference
1 parent 334a147 commit 2b3d45d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operations/automation-script/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Do the following before using these scripts:
7676
1. To see how the scripts can check Sentinel policies and even override soft-mandatory failures, add the included restrict-name-variable.sentinel policy to your TFE organization. See the [Managing Sentinel Policies](https://www.terraform.io/docs/enterprise/sentinel/manage-policies.html) documentation for instructions.
7777

7878
## Using with a Terraform Enteprise Server using private CA
79-
If you use these scripts with a Terraform Enterprise server that uses a private CA instead of a public CA, you will need to ensure that the curl commands run by the script will trust the private CA. There are several ways to do this. The first is easiest for enabling the automation script to run, but it only affects curl. The second and third are useful for using the Terraform and TFE CLIs against your PTFE server. The third is a permanent solution.
79+
If you use these scripts with a Terraform Enterprise server that uses a private CA instead of a public CA, you will need to ensure that the curl commands run by the script will trust the private CA. There are several ways to do this. The first is easiest for enabling the automation script to run, but it only affects curl. The second and third approaches are useful when using the Terraform CLI to talk to your Terraform Enterprise server. The third is a permanent solution.
8080
1. `export CURL_CA_BUNDLE=<path_to_ca_bundle>`
8181
1. Export the Golang SSL_CERT_FILE and/or SSL_CERT_DIR environment variables. For instance, you could set the first of these to the same CA bundle used in option 1.
8282
1. Copy your certificate bundle to /etc/pki/ca-trust/source/anchors and then run `update-ca-trust extract`.

0 commit comments

Comments
 (0)