Skip to content

Commit 83bb800

Browse files
committed
Refine instructions
1 parent fbfac1f commit 83bb800

File tree

1 file changed

+5
-3
lines changed
  • src/content/docs/cloudflare-one/connections/connect-devices/warp/user-side-certificates

1 file changed

+5
-3
lines changed

src/content/docs/cloudflare-one/connections/connect-devices/warp/user-side-certificates/manual-deployment.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -589,12 +589,12 @@ Google Apps Manager (GAM) uses its own certificate store. To add a Cloudflare ce
589589

590590
### AWS CLI
591591

592-
If you are using the AWS CLI, you need to set the `AWS_CA_BUNDLE` environment variable to use a Cloudflare root certificate:
592+
To use a Cloudflare root certificate with AWS CLI, configure it in your AWS configuration files:
593593

594594
<Tabs>
595595
<TabItem label="Global config">
596596

597-
To persistently set this value:
597+
To persistently set the location of the certificate:
598598

599599
1. [Download a Cloudflare certificate](#download-the-cloudflare-root-certificate) in `.pem` format.
600600
2. Locate and open your [AWS configuration file](https://docs.aws.amazon.com/cli/v1/userguide/cli-configure-files.html#cli-configure-files-where).
@@ -607,10 +607,12 @@ To persistently set this value:
607607
+ca_bundle = C:\certificate.pem
608608
```
609609

610+
4. Restart your terminal.
611+
610612
</TabItem>
611613
<TabItem label="Environment variable">
612614

613-
To set the environment variable once:
615+
To set the location of the certificate for use as an environment variable:
614616

615617
1. [Download a Cloudflare certificate](#download-the-cloudflare-root-certificate) in `.pem` format.
616618
2. In a terminal, set the [`AWS_CA_BUNDLE` environment variable](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-envvars.html) to the location of your certificate depending on your operating system.

0 commit comments

Comments
 (0)