theforeman / theforeman-rel-eng

Release engineering scripts
0 stars 16 forks source link

Fix import GPG keys #267

Closed ekohl closed 1 year ago

ekohl commented 1 year ago

Previously stdin was used for the gpg passphrase, but importing of the private key also happens on stdin. Now it uses a path to a file for the gpg passphrase, which leaves stdin available for the private key.

Fixes: c71e78754308 ("Securely pass the password to GPG")