From 374252a55c14f92aaed73b3917ed783bf2762911 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 26 Dec 2020 03:23:39 +0300 Subject: docs: update --- src/docs/Signature-verification.html | 70 ++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 src/docs/Signature-verification.html (limited to 'src/docs/Signature-verification.html') diff --git a/src/docs/Signature-verification.html b/src/docs/Signature-verification.html new file mode 100644 index 0000000..8dccbe3 --- /dev/null +++ b/src/docs/Signature-verification.html @@ -0,0 +1,70 @@ + + + + + + +Signature verification (Carbs Linux User Manual) + + + + + + + + + + + + + + + + + +
+

+Next: , Previous: , Up: Preparing Environment   [Contents]

+
+
+

1.1.2 Signature verification

+ +

It is highly recommended to verify the signature of the tarball. You will need +GPG for this. +

+
+
wget $URL/carbs-rootfs.tar.xz.sig
+gpg --recv-keys FF484BDFEFCEF8FF
+gpg --verify carbs-rootfs.tar.xz.sig
+
+ + + + + + -- cgit v1.2.3