
mika.henrik.mainio at hotmail
May 25, 2012, 8:35 AM
Post #3 of 3
(180 views)
Permalink
|
|
Re: encrypt message for very if use a key
[In reply to]
|
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, On 24.05.2012 20:09, Jose Juan Gonzalez wrote: > Hi, > > Good morning I try to encrypt a file ,similar to the step 3 on this > page: > > http://developer.gooddata.com/docs/sso > > with the next instruction: > > gpg --armor --output enc.txt --encrypt --recipient > security [at] gooddata signed.txt > > > > but when I use this, the gpg send me a message: > > > > > but I need to make this automatic and the user not needs to verify > , if he wants to use this key. I found we can use these > instructions: -yes and -trust-model always, but send me a error or > how is works ? > > I hope, you can help me, > > > > > > > -- > > *Jose Juan Gonzalez P.* *Ext: 11086* *Skype: jjgonzalez13* *Cell > Phone: +52 4491066576 * *Nextel ID: 92*12*46151 * *Mobile Phone: > +52 4492425148 * *"There is nothing impossible, just unknown > things"* Hildebrando Software Factory| Sierra de las Palomas > 101-101. Aguascalientes, Mexico* *| tel +52 44-99961500 | tel +52 > 44-91393220 | http://www.hildebrando.com.mx That message means, that the key is not signed by your key. You can remove it by (l)signing the key. gpg --edit-key security [at] gooddata lsign y save quit and then you shouldn't see that warning. lsign = sign the key locally and prevent signature from being exported. - -- [Mika Suomalainen](https://mkaysi.github.com/) || [gpg --keyserver pool.sks-keyservers.net --recv-keys 4DB53CFE82A46728](http://mkaysi.github.com/PGP/key.txt) || [Why do I sign my emails?](http://mkaysi.github.com/PGP/WhyDoISignEmails.html) || [Please don't send HTML.](http://mkaysi.github.com/articles/complaining/HTML.html) || [Please don't toppost](http://mkaysi.github.com/articles/complaining/topposting.html) || [This signature](https://gist.github.com/2643070) || -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQIcBAEBAgAGBQJPv6bAAAoJEE21PP6CpGcoJW8QAMBZ2qfBK8xEv0t0qFiWeijM 5HBFlTizJ4Krnpx9+ynVyMWQkki8/bgoA+aHbuFyZ3H2ydUnr2Bhi0/+4Y3gcPZk h2GJrOfpH/xVlut5Jq+gMddr6fHdW+EMB5IAHGsJXWD5XnIaKPQGq1UThktM5FO1 RSjxrsFx/34QGTzsnSCXNp4NoNnRPn8ah29JJ+fCltIplAkG71J3Lftp8ljvjFdY YkczolpAG/7rxbQ4UqXEBzu9PyfXexgUpYMtAoGy4oiWruweOIZUJRAB1KHFVPK1 qJIxK2U7HIdH1aU/T7UsFBaZFiGBtOFXP6MxsI/lHIditltKg3c2sOAzErv6DQpk k3IMvDPRdJpEq1s/MoaHx7futA23eCbHL1Kc9O1X1KWynWQRlVSJ4xF+OQ7hv1T9 S8UWX1YJ9o7L5ozsyOiFYT5gLVFJosIhLLNrRhJNJqixeP+onO03BNQF+AW8al/u gxPLq7L55M8zYRNxAjMT4i/vtLaNkflgnP5sWXipiN6eTNlL6AZ1pyxG4H6fq7hC Qe/b/Y7esUDnX26UqUqrtlr7opvG2XgXig/9ui1dnGNfE0Q8vWIXz5ItrwcM4dhp 5KNxxr4MAD1J/gVZxdaigpUAs/REeFQMYRfbqMfY5eHohERfTwjOfRL4fcMH4SHT ZbJSo3DTrMeYUwJbqEij =UF71 -----END PGP SIGNATURE----- _______________________________________________ Gnupg-users mailing list Gnupg-users [at] gnupg http://lists.gnupg.org/mailman/listinfo/gnupg-users
|