Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
自動化したいGPAタスクのコマンドラインを操作する方法を見つけようとしています。現在、私は Windows 用の GPA を使用し、キーを選択し、ファイルを選択し、「Armor」をオフにして、[GO] をクリックします。これには、何らかのコマンド ライン インターフェイスが必要です。それを自動化プログラムに組み込んで、手作業をなくしたいと考えています。
何か案は?
--encryptとの両方の--sign操作を同時に使用します。
--encrypt
--sign
gpg --armor --recipient a4ff2279 --sign --encrypt <input
必要に応じて入力パイプを調整し、Windows システムでは代わりに使用する必要がある場合がありgpg.exeます (パス変数に GnuPG があることを確認してください)。
gpg.exe