Start working on it
This commit is contained in:
parent
da74cb5444
commit
35f5563efd
1 changed files with 8 additions and 0 deletions
8
fsss.sh
8
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
|
||||
|
Loading…
Reference in a new issue