aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2022-02-12 19:04:02 +0100
committerEven Rouault <even.rouault@spatialys.com>2022-02-12 19:04:06 +0100
commit0f4509430517b5fd5f411e4c47e51971cbdafce3 (patch)
tree9f5e5e679159caa91fbcf2fae9563a15ba6a203f /data
parenta9ce8aa28f0ccf775f238b2ca1bafca0c7616bcf (diff)
downloadPROJ-0f4509430517b5fd5f411e4c47e51971cbdafce3.tar.gz
PROJ-0f4509430517b5fd5f411e4c47e51971cbdafce3.zip
proj.ini: add a 'ca_bundle_path' variable
Cf thread https://lists.osgeo.org/pipermail/gdal-dev/2022-February/thread.html#55391
Diffstat (limited to 'data')
-rw-r--r--data/proj.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/proj.ini b/data/proj.ini
index 067f0170..2353adb8 100644
--- a/data/proj.ini
+++ b/data/proj.ini
@@ -15,6 +15,11 @@ cache_size_MB = 300
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