From 4249473dbaf5a96a492e24b02787aa9f229fff7a Mon Sep 17 00:00:00 2001 From: sarthurdev <965089+sarthurdev@users.noreply.github.com> Date: Thu, 1 Dec 2022 16:59:57 +0100 Subject: config: T4919: Add support for encrypted config file with TPM --- op-mode-definitions/crypt.xml.in | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 op-mode-definitions/crypt.xml.in (limited to 'op-mode-definitions/crypt.xml.in') diff --git a/op-mode-definitions/crypt.xml.in b/op-mode-definitions/crypt.xml.in new file mode 100644 index 000000000..105592a1a --- /dev/null +++ b/op-mode-definitions/crypt.xml.in @@ -0,0 +1,28 @@ + + + + + Manage config encryption + + + + + Disable config encryption using TPM or recovery key + + sudo ${vyos_libexec_dir}/vyos-config-encrypt.py --disable + + + + Enable config encryption using TPM + + sudo ${vyos_libexec_dir}/vyos-config-encrypt.py --enable + + + + Load encrypted config volume using TPM or recovery key + + sudo ${vyos_libexec_dir}/vyos-config-encrypt.py --load + + + + -- cgit v1.2.3