mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2026-01-25 16:30:07 +00:00
- enable gpg protection - remove set -x to prevent logging password - add checks to prevent re-initing pass and gpg - present passphrase unlock via docker env variable - Note: gpg-agent will not expire gpg-present-passphrases - fix deb CMD to ENTRYPOINT
8 lines
122 B
Plaintext
8 lines
122 B
Plaintext
%echo Generating a basic OpenPGP key
|
|
Key-Type: RSA
|
|
Key-Length: 4096
|
|
Name-Real: pass-key
|
|
Expire-Date: 0
|
|
%commit
|
|
%echo done
|