I'm too lazy to support these properly

This commit is contained in:
Firepup Sixfifty 2024-05-09 09:45:47 -05:00
parent 1a0cdd21e8
commit 148d7b28b3
Signed by: Firepup650
GPG key ID: 7C92E2ABBBFAB9BA
2 changed files with 0 additions and 16 deletions

View file

@ -1,8 +0,0 @@
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

View file

@ -1,8 +0,0 @@
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