Files
gpg_json_save/setup.txt
2021-06-29 09:49:39 +02:00

11 lines
239 B
Plaintext

# download and extract https://pypi.org/project/python-gnupg/#files
# untar
# activate venv
pip install -e gnupg-0.4.7 (or whatever version)
# Generate gpg key
mkdir gnupg_home
chmod 700 gnupg_home
gpg --gen-key --homedir ./gnupg_home