You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/connections/connect-devices/warp/user-side-certificates/manual-deployment.mdx
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -589,12 +589,12 @@ Google Apps Manager (GAM) uses its own certificate store. To add a Cloudflare ce
589
589
590
590
### AWS CLI
591
591
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:
593
593
594
594
<Tabs>
595
595
<TabItemlabel="Global config">
596
596
597
-
To persistently set this value:
597
+
To persistently set the location of the certificate:
598
598
599
599
1.[Download a Cloudflare certificate](#download-the-cloudflare-root-certificate) in `.pem` format.
600
600
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:
607
607
+ca_bundle = C:\certificate.pem
608
608
```
609
609
610
+
4. Restart your terminal.
611
+
610
612
</TabItem>
611
613
<TabItemlabel="Environment variable">
612
614
613
-
To set the environment variable once:
615
+
To set the location of the certificate for use as an environment variable:
614
616
615
617
1.[Download a Cloudflare certificate](#download-the-cloudflare-root-certificate) in `.pem` format.
616
618
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