This file is indexed.

/etc/prods.ini is in php-irods-prods 3.3.0~beta1-2ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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"