 [det]system_root_certificates(-List)
[det]system_root_certificates(-List)system(root_certificates). The list is obtained using an OS 
specific process. The current implementation is as follows:
"ROOT" 
certificates from the OS.
:- use_module(library(ssl)).
:- set_prolog_flag(system_cacert_filename,
                   '/home/jan/ssl/ca-bundle.crt').