Blame view

sources/apps/files_external/3rdparty/irodsphp/prods/src/prods.ini 672 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  ; Configuration file for the Prods API
  
  [ssl]
  ; Require verification of SSL certificate used. Default "false".
  ;verify_peer = "true"
  ; Allow self-signed certificates. Requires verify_peer. Default "false".
  ;allow_self_signed = "true"
  ; Location of Certificate Authority file on local filesystem which 
  ; should be used with verify_peer equal "true" to authenticate 
  ; the identity of the remote peer. 
  ;cafile = "/path/to/cert.pem"
  ; If cafile is not specified or if the certificate is not found there, 
  ; the directory pointed to by capath is searched for a suitable 
  ; certificate. capath must be a correctly hashed certificate directory.
  ;capath = "/path/to/certfiles"