Skip to content

Commit 5cdc5c3

Browse files
MatthewBellwoodTomWFox
authored andcommitted
update setup.md (#631)
Added a link to broaden description on SSL/TLS certificate.
1 parent 691cee3 commit 5cdc5c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/php/setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ If you wish to build one yourself make sure your http client implements ```Parse
101101

102102
## Alternate CA File
103103

104-
It is possible that your local setup may not be able to verify with peers over SSL/TLS. This may especially be the case if you do not have control over your local installation, such as for shared hosting.
104+
It is possible that your local setup may not be able to verify with peers over [SSL/TLS](https://hosting.review/web-hosting-glossary/#12). This may especially be the case if you do not have control over your local installation, such as for shared hosting.
105105

106106
If this is the case you may need to specify a Certificate Authority bundle. You can download such a bundle from <a href="http://curl.haxx.se/ca/cacert.pem">http://curl.haxx.se/ca/cacert.pem</a> to use for this purpose. This one happens to be a Mozilla CA certificate store, you don't necessarily have to use this one but it's recommended.
107107

@@ -111,4 +111,4 @@ Once you have your bundle you can set it as follows:
111111
// ** Use an Absolute path for your file! **
112112
// holds one or more certificates to verify the peer with
113113
ParseClient::setCAFile(__DIR__ . '/certs/cacert.pem');
114-
```
114+
```

0 commit comments

Comments
 (0)