# Functions
ConfigFS is the config SysFS.
LocalKeyPath returns the local key and local cert relative paths.
NewSysFS returns the SysFS for the given root directory.
PluginFS is the plugin SysFS.
X509TrustStoreDir returns the trust store relative path.
# Constants
LocalCertificateExtension defines the extension of the certificate files.
LocalKeyExtension defines the extension of the key files.
LocalKeysDir is the directory name for local key relative path.
PathConfigFile is the config.json file relative path.
PathPlugins is the plugins directory relative path.
PathSigningKeys is the signingkeys file relative path.
PathTrustPolicy is the trust policy file relative path.
TrustStoreDir is the directory name of trust store.
# Variables
Absolute path of user level {NOTATION_CONFIG}.
Absolute path of user level {NOTATION_LIBEXEC}.
# Interfaces
SysFS is virtual file system interface that support fs.FS and SysPath method.