diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2022-02-14 14:16:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-14 14:16:27 +0100 |
| commit | 4db1dd5471ccc6b714699801cacd1774e8ff9c33 (patch) | |
| tree | a5a3b9ec15b277c059afa6a3955688670636751e /docs/source | |
| parent | 944efc557af4068be7dcf7c44ca9262516e4cc8a (diff) | |
| parent | 0f4509430517b5fd5f411e4c47e51971cbdafce3 (diff) | |
| download | PROJ-4db1dd5471ccc6b714699801cacd1774e8ff9c33.tar.gz PROJ-4db1dd5471ccc6b714699801cacd1774e8ff9c33.zip | |
Merge pull request #3049 from rouault/proj_ini_ca_bundle_path
proj.ini: add a 'ca_bundle_path' variable
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/resource_files.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/source/resource_files.rst b/docs/source/resource_files.rst index 54c812f2..966c3f1a 100644 --- a/docs/source/resource_files.rst +++ b/docs/source/resource_files.rst @@ -114,6 +114,11 @@ Its default content is: cache_ttl_sec = 86400 + ; Filename of the Certificate Authority (CA) bundle. + ; Can be overriden with the PROJ_CURL_CA_BUNDLE / CURL_CA_BUNDLE environment variable. + ; (added in PROJ 9.0) + ; ca_bundle_path = /path/to/cabundle.pem + ; Transverse Mercator (and UTM) default algorithm: auto, evenden_snyder or poder_engsager ; * evenden_snyder is the fastest, but less accurate far from central meridian ; * poder_engsager is slower, but more accurate far from central meridian |
