summaryrefslogtreecommitdiffstats
path: root/apps/files_external/3rdparty/irodsphp/prods/src/prods.ini
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/3rdparty/irodsphp/prods/src/prods.ini')
-rw-r--r--apps/files_external/3rdparty/irodsphp/prods/src/prods.ini15
1 files changed, 0 insertions, 15 deletions
diff --git a/apps/files_external/3rdparty/irodsphp/prods/src/prods.ini b/apps/files_external/3rdparty/irodsphp/prods/src/prods.ini
deleted file mode 100644
index 5c81a71de73..00000000000
--- a/apps/files_external/3rdparty/irodsphp/prods/src/prods.ini
+++ /dev/null
@@ -1,15 +0,0 @@
-; 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"