diff --git a/fsss-root.sh b/fsss-root.sh new file mode 100644 index 0000000..1a9cae1 --- /dev/null +++ b/fsss-root.sh @@ -0,0 +1,8 @@ +echo '[INFO] Make sure to run this script as a root user!' +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 + diff --git a/fsss.sh b/fsss-ssh.sh similarity index 100% rename from fsss.sh rename to fsss-ssh.sh diff --git a/fsss-sudo.sh b/fsss-sudo.sh new file mode 100644 index 0000000..166c35b --- /dev/null +++ b/fsss-sudo.sh @@ -0,0 +1,8 @@ +echo '[INFO] Make sure to run this script as a used with sudo!' +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 +