blob: ff731bac91fdffda2aaae18be03040cb7323399b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0"?>
<interfaceDefinition>
<node name="show">
<children>
<node name="secure-boot">
<properties>
<help>Show Secure Boot state</help>
</properties>
<command>${vyos_op_scripts_dir}/secure_boot.py show</command>
<children>
<leafNode name="keys">
<properties>
<help>Show enrolled certificates</help>
</properties>
<command>mokutil --list-enrolled</command>
</leafNode>
</children>
</node>
</children>
</node>
</interfaceDefinition>
|