Added teh custom_ca option to the example

This commit is contained in:
Tejeev
2020-06-11 11:14:46 -07:00
committed by Catherine Luse
parent 7097db49cb
commit c1de4ba4f1
@@ -89,6 +89,10 @@ services:
region: ""
folder: "" # Optional - Available as of v0.3.0
endpoint: s3.amazonaws.com
custom_ca: |-
-----BEGIN CERTIFICATE-----
$CERTIFICATE
-----END CERTIFICATE-----
```
{{% /tab %}}