Added teh custom_ca option to the example

This commit is contained in:
Tejeev
2020-07-27 16:18:38 -07:00
committed by Catherine Luse
parent 5153d83f90
commit 1b5a694622
@@ -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 %}}