Re: Why is there a conflict?

2021-01-18 Thread Werner Koch via Gnupg-users
On Fri, 15 Jan 2021 15:43, Ayoub Misherghi said: > a@b:c$ gpg -s -e -b -r Mike data.file > > gpg: conflicting commands You can use the combined method of signing (-s) and encryption (-e) with a detached signatures (-b). Salam-Shalom, Werner -- Die Gedanken sind frei. Ausnahmen regelt

Re: Why is there a conflict?

2021-01-17 Thread bereska--- via Gnupg-users
encrypt "data.file" producing a detached signature file. a@b:c$ gpg -s -e -b -r Mike data.file gpg: conflicting commands Why is there a conflict? I do not want to produce an attached signature. Ayoub ___ Gnupg-users mailing list Gnupg-users@

Re: Why is there a conflict?

2021-01-17 Thread Ayoub Misherghi via Gnupg-users
.file" producing a detached signature file. a@b:c$ gpg -s -e -b -r Mike data.file gpg: conflicting commands Why is there a conflict? I do not want to produce an attached signature. You use -s and -b, try 'gpg -a -b -e file' You can shorten this like: 'gpg

Re: Why is there a conflict?

2021-01-17 Thread Ayoub Misherghi via Gnupg-users
-r Mike data.file gpg: conflicting commands Why is there a conflict? I do not want to produce an attached signature. Ayoub ___ Gnupg-users mailing l

Re: Why is there a conflict?

2021-01-16 Thread Stefan Claas via Gnupg-users
is to sign and encrypt "data.file" producing a detached > signature file. > > > a@b:c$ gpg -s -e -b -r Mike data.file > > gpg: conflicting commands > > > Why is there a conflict? I do not want to produce an attached signature. > > You use -s and -b, try

Re: Why is there a conflict?

2021-01-16 Thread Dmitry Gudkov via Gnupg-users
Just get rid of -s On Jan 16, 2021 12:35, Ayoub Misherghi via Gnupg-users wrote: The intention is to sign and encrypt "data.file" producing a detached signature file. a@b:c$ gpg -s -e -b -r Mike data.file gpg: conflicting commands Why is there a conflict? I do not want

Re: Why is there a conflict?

2021-01-16 Thread Stefan Claas via Gnupg-users
; > > a@b:c$ gpg -s -e -b -r Mike data.file > > > > gpg: conflicting commands > > > > > > Why is there a conflict? I do not want to produce an attached signature. > > You use -s and -b, try 'gpg -a -b -e file' Y

Re: Why is there a conflict?

2021-01-16 Thread Stefan Claas via Gnupg-users
On Sat, Jan 16, 2021 at 11:34 AM Ayoub Misherghi via Gnupg-users wrote: > > > The intention is to sign and encrypt "data.file" producing a detached > signature file. > > > a@b:c$ gpg -s -e -b -r Mike data.file > > gpg: conflicting commands > > > Why

Why is there a conflict?

2021-01-16 Thread Ayoub Misherghi via Gnupg-users
The intention is to sign and encrypt "data.file" producing a detached signature file. a@b:c$ gpg -s -e -b -r Mike data.file gpg: conflicting commands Why is there a conflict? I do not want to produce an attached