From 35f5563efd770d98ed896d1c37ee6b91fb0cbfe7 Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Tue, 7 May 2024 12:53:26 -0500 Subject: [PATCH] Start working on it --- fsss.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/fsss.sh b/fsss.sh index e69de29..56d1b9b 100644 --- a/fsss.sh +++ b/fsss.sh @@ -0,0 +1,8 @@ +echo '[INFO] Make sure to run this script as the user that forejo runs as!' +echo '[INFO] Now creating a gpg key, please fill out the inforemation with what you want for forejo to use.' +echo '$ gpg --default-new-key-algo rsa4096 --gen-key' +gpg --default-new-key-algo rsa4096 --gen-key +echo '[INFO] Listing keys' +echo '$ gpg --list-secret-keys --keyid-format=long' +gpg --list-secret-keys --keyid-format=long +