–output – で標準出力に出すのがミソ。
gpg --detach-sign --armor --output - [署名したいファイル]gpg -a -b -o - [署名したいファイル]
-a, --armor create ascii armored output -b, --detach-sign make a detached signature -o, --output use as output file
–output – で標準出力に出すのがミソ。
gpg --detach-sign --armor --output - [署名したいファイル]gpg -a -b -o - [署名したいファイル]
-a, --armor create ascii armored output -b, --detach-sign make a detached signature -o, --output use as output file