function
Library: File system utilities (OMVFS)
Import : omvfs.xmd |
export function set-default-certificates-file to value string the-file
Argument definitions
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.