Skip to content

Commit f9dc8d4

Browse files
committed
Update PHP steps
1 parent 8042cf1 commit f9dc8d4

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ If you're using the AWS CLI, you need to set the `AWS_CA_BUNDLE` environment var
586586

587587
### PHP Composer
588588

589-
The command below will set the [`cafile`](https://getcomposer.org/doc/06-config.md#cafile) configuration inside of `composer.json` to use the Cloudflare root certificate. Make sure to use the certificate in the [`.pem`](/cloudflare-one/static/certificate.pem) file type.
589+
The command below will set the [`cafile`](https://getcomposer.org/doc/06-config.md#cafile) configuration inside of `composer.json` to use a Cloudflare root certificate. Make sure to [download a certificate](#download-the-cloudflare-root-certificate) in `.pem` format.
590590

591591
```sh
592592
composer config cafile [PATH_TO_CLOUDFLARE_CERT.pem]

0 commit comments

Comments
 (0)