vfs.set-default-certificates-file

function

Library: File system utilities (OMVFS)
Import : omvfs.xmd

Declaration
export function set-default-certificates-file
       to      value string the-file

Argument definitions

the-file
The full path to the certificates file you want to use.


Purpose

You can use vfs.set-default-certificates-file to set the default certificates path for use with the HTTPS protocol:

  import "omvfs.xmd" prefixed by vfs.
  process
     ...
     vfs.set-default-certificates-file to "/cert/omvfs-certificates-file.crt"

For an explanation of how this file is used, see vfs.open-https.