Mercurial > hg > orthanc-book
comparison Sphinx/source/plugins/google-cloud-platform.rst @ 299:d1ef8472b711
fix
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Tue, 21 Jan 2020 18:06:28 +0100 |
parents | f9e7036d81d0 |
children | 011b01ccf52d |
comparison
equal
deleted
inserted
replaced
298:d9adeb40333d | 299:d1ef8472b711 |
---|---|
101 | 101 |
102 2. Providing a list of `trusted Certificate Authorities (CA) | 102 2. Providing a list of `trusted Certificate Authorities (CA) |
103 <https://curl.haxx.se/docs/sslcerts.html>`__ to the HTTPS client | 103 <https://curl.haxx.se/docs/sslcerts.html>`__ to the HTTPS client |
104 that is internally used by Orthanc (namely, `cURL | 104 that is internally used by Orthanc (namely, `cURL |
105 <https://en.wikipedia.org/wiki/CURL>`__). This is done by properly | 105 <https://en.wikipedia.org/wiki/CURL>`__). This is done by properly |
106 setting ``HttpsVerifyPeers`` option, so that it points to a file | 106 setting ``HttpsCACertificates`` option, so that it points to a file |
107 containing a store of CA certificates. Depending on your operating | 107 containing a store of CA certificates. Depending on your operating |
108 system, this file can be found as follows: | 108 system, this file can be found as follows: |
109 | 109 |
110 * On Debian-based system, the standard file | 110 * On Debian-based system, the standard file |
111 ``/etc/ssl/certs/ca-certificates.crt`` can be used. | 111 ``/etc/ssl/certs/ca-certificates.crt`` can be used. |