|
From: Dr. A. M. G. P. M. <z_c...@sh...> - 2013-02-02 20:59:41
|
aOn Feb 2, 2013, at 3:52 PM, Adam R. Maxwell <ama...@ma...> wrote: > > On Feb 2, 2013, at 12:23 , Christiaan Hofman <cmh...@gm...> wrote: > >> I fixed it by regenerating the signature. >> >> But at some point we should try to figure out why it did not work. Probably Apple has messed with openssl again. > > What do you use to compute it? I have no problems building TLU on 10.8, and I use the following openssl commands to generate a signature for the appcast: > > sha_task = Popen(["/usr/bin/openssl", "dgst", "-sha1", "-binary"], stdin=open(tarballName, "rb"), stdout=PIPE) > dss_task = Popen(["/usr/bin/openssl", "dgst", "-dss1", "-sign", keyFile.name], stdin=sha_task.stdout, stdout=PIPE) > b64_task = Popen(["/usr/bin/openssl", "enc", "-base64"], stdin=dss_task.stdout, stdout=PIPE) > > (in Python, but the shell commands are obvious; keyFile.name is data retrieved from the keychain). > Newbie here. I didn't know that I had to generate it… OK, I have to get back to this later. I will have to learn something about ssl soon. What's the data from the keychain? Do I need a certificate? I don't have a key or certificate for BD. > -- adam > > > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_jan > _______________________________________________ > Bibdesk-develop mailing list > Bib...@li... > https://lists.sourceforge.net/lists/listinfo/bibdesk-develop ------------------ Adam M. Goldstein PhD, MSLIS -- z_c...@sh... http://www.shiftingbalance.org http://www.twitter.com/z_californianus -- http://www.itis.gov/servlet/SingleRpt/SingleRpt?search_topic=TSN&search_value=180621 -- Associate Editor Reviews Editor Evolution: Education & Outreach http://www.springer.com/life+sci/journal/12052 http://www.twitter.com/EEOblogger -- Spellman 205 (914) 637-2717 (msg) -- Dept of Philosophy Iona College 715 North Avenue New Rochelle NY 10801 http://www.iona.edu/faculty/agoldstein |