Skip to content

FS_SysInfo_Certificates

ufrisk edited this page Aug 3, 2020 · 4 revisions

The sysinfo/certificates directory

The directory sysinfo/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 sysinfo/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 sysinfo/certificates directory are read-only.

Example

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

For Developers

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

Clone this wiki locally