docs: clarify "ca-certificates" requirement

Fixes #98
This commit is contained in:
Nicola Murino
2020-03-22 20:17:36 +01:00
parent 0787e3e595
commit e22d377203
2 changed files with 5 additions and 1 deletions

View File

@@ -8,4 +8,6 @@ You can optionally specify a [storage class](https://cloud.google.com/storage/do
The configured bucket must exist.
This backend is very similar to the [S3](./s3.md) backend, and it has the same limitations
Google Cloud Storage is exposed over HTTPS so if you are running SFTPGo as docker image please be sure to uncomment the line that install `ca-certificates`, inside your `Dockerfile`, to be able to properly verify certificate authorities.
This backend is very similar to the [S3](./s3.md) backend, and it has the same limitations.