97 lines
2.1 KiB
Bash
97 lines
2.1 KiB
Bash
echo $HOME
|
|
cd /data/git
|
|
ls
|
|
gpg --expert --full-gen-key
|
|
uname
|
|
echo $USER
|
|
ll
|
|
ls
|
|
ls -lah
|
|
cd .gnupg/
|
|
ls
|
|
ls -lah
|
|
ls -lah
|
|
gpg --expert --full-gen-key
|
|
echo $HOME
|
|
gpg --expert --full-gen-key
|
|
gpg --edit-key 479638D9B7420BCBD6340BD5B75D5EC8E06234E2
|
|
ls /data/gitea/home/.gnupg/
|
|
ls /data/gitea/home/.gnupg/ -lah
|
|
gpg --edit-key 479638D9B7420BCBD6340BD5B75D5EC8E06234E2
|
|
env | grep GNU
|
|
env | grep GPG
|
|
env
|
|
git config show
|
|
git config
|
|
gpg --expert --full-gen-key --passphrase ''
|
|
gpg --edit-key 631CE37121686A583536ED934792E935334C59C5
|
|
gpg --list-secret-keys
|
|
git config --global user.signingkey
|
|
git config --global user.name
|
|
git config --global user
|
|
git config --global user.
|
|
git config --global user.email
|
|
ls
|
|
cd
|
|
ls
|
|
echo "Test" > test.txt
|
|
|
|
gpg --list-secret-keys
|
|
gpg --sign -u 631CE37121686A583536ED934792E935334C59C5 test.txt
|
|
ls
|
|
cat test.txt.gpg
|
|
rm test.txt.gpg
|
|
rm test.txt
|
|
cd
|
|
ls
|
|
gpg --list-secret-keys --keyid-format=long
|
|
git config --global user.signingkey 631CE37121686A583536ED934792E935334C59C5
|
|
cd
|
|
ls -lah
|
|
ls -lah .gnupg/
|
|
git config --global user.name Forgejo McKnight
|
|
git config --global user.email noreply@mcknight.tech
|
|
ls
|
|
env
|
|
ls /data/git/.gnupg/
|
|
git config --global user.name
|
|
git config --global user.email
|
|
git config --global user.signingkey
|
|
gpg --list-secret-keys --keyid-format=long
|
|
cd
|
|
ls .gnupg/
|
|
ls .gnupg/*
|
|
gpg --list-secret-keys --keyid-format=long
|
|
rm .gnupg/.#lk0x000015149adb62b0.07ae024ecf4a.190
|
|
gpg --list-secret-keys --keyid-format=long
|
|
ls .gnupg/
|
|
ls .gnupg/.*
|
|
ls .gnupg/*
|
|
rm .gnupg/public-keys.d/pubring.db.lock
|
|
gpg --list-secret-keys --keyid-format=long
|
|
git config --global user.signingkey
|
|
cd
|
|
ls
|
|
ls -lah
|
|
mv .gnupg/ repositories/
|
|
rm -r /data/.gnupg/
|
|
ls /data/.gnupg/
|
|
uname
|
|
$USER
|
|
ls
|
|
ls /data/gitea/home/.gnupg/
|
|
ls /data/gitea/home/.gnupg/ -lah
|
|
cd
|
|
ls
|
|
gpg --list-secret-keys --keyid-format=long
|
|
cd
|
|
gpg --list-secret-keys --keyid-format=long
|
|
rm /data/gitea/home/.gnupg/public-keys.d/*.lock
|
|
gpg --list-secret-keys --keyid-format=long
|
|
gpg --list-secret-keys --keyid-format=long
|
|
history | grep gpg
|
|
gpg --expert --full-gen-key
|
|
history | grep config
|
|
git config --global user.signingkey 22807A45FCD0D97CBB647BBBD93EE1CCB1B37754
|
|
gpg --list-secret-keys --keyid-format=long
|
|
echo $USER
|