Skip to content

FS_SysInfo_Certificates

ufrisk edited this page Mar 2, 2023 · 4 revisions

The sys/certificates directory

The directory sys/certificates exists as a sub-directory to the file system root.

The directory contains process related information in a convenient tree format.

The files in the sys/certificates directory are listed in the table below:

File Description
certificates/certificates.txt certificate information for all located certificates.
certificates/[user]/*.cer certificate files.

Files in the sys/certificates directory are read-only.

The directory exists only on Windows. Linux support is planned for the future.

Example

The example shows the Local Machine certificate store inside the sys/cert directory, a certificate and the file certificates.txt which contain a summary of all certificates successfully enumerated.

For Developers

The sys/certificates sub-directory is implemented as a built-in native C-code plugin. The plugin source is located in the file modules/m_sys_cert.c in the vmm project.

Clone this wiki locally