Changeset 944 for trunk/docs
- Timestamp:
- Jul 10, 2019, 2:38:34 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/kernel/configuration.rst
r920 r944 1 1 2 .. _kernel_config: 2 3 … … 158 159 Access-Control-Allow-Headers=content-type 159 160 161 curl section 162 ............................... 163 164 The `[curl]` section is used on windows platform to specify, using the 165 `cainfo` parameter, where is located the 166 `cacert.pem <https://curl.haxx.se/docs/caextract.html>`__ file on your 167 machine. An example bellow is provided to illustrate sur a setting. 168 169 .. code-block:: guess 170 :linenos: 171 172 [curl] 173 cainfo=./cacert.pem 174 175 160 176 161 177 env section … … 176 192 177 193 In case you have activated the OTB support, please refer to :ref:`this 178 specific section <kernel-orfeotoolbox-main.cfg>`. 194 specific section <kernel-orfeotoolbox-main.cfg>`. 179 195 180 196 lenv section
Note: See TracChangeset
for help on using the changeset viewer.