function
Library: File system utilities (OMVFS)
Import : omvfs.xmd |
Returns: The current default certificates file name. |
export stream function default-certificates-file
You can use vfs.default-certificates-file
to get the filename of the default certificates file for use with the HTTPS protocol:
import "omvfs.xmd" prefixed by vfs. process local stream cert-file set cert-file to vfs.default-certificates-file
For an explanation of how this file is used, see vfs.open-https.