=== issyl0_ is now known as Guest96506 === shauno_ is now known as shauno [06:51] Happy Mailman Day! [07:03] hi folks [07:04] popey: my order from Farnell is still processing - it's tempting to order from RS just because I might get one quicker [07:04] thats what i did [07:05] also i ordered some other bits from farnell and they say they have shipped them but no delivery tracking thing is available which is annoying [07:05] bah, it said "Pending" yesterday not it says "Received" [07:06] but I have two emails saying "your order has been shipped" - bah [07:09] got a mail from RS: "To help ensure as many people as possible can experience the Raspberry Pi concept, we are initially limiting boards to one per customer" [07:09] That was after registering my interest on their site; I think I already filled out that form, but don't appear to have ever received a reply from them previously. [07:10] yeah, i got the invitation to order from them [07:10] and ordered [07:11] Great news. http://www.groklaw.net/article.php?story=20120531173633275 [07:11] APIs are not subject to copyright - even in the US. [07:11] yeah, I was hoping the judge would rule that way - fairly likely seeing as he learned Java for the case and essentially ridiculed them during it, TheOpenSourcerer - assuming I have the right judge/case :) [07:11] Yeah - Alsup. [07:12] I have huge amounts of respect for a judge prepared to actually learn the language concerned during a case. [07:12] He scorned one Oracles lawyers when he said "I can code that in 10 minutes. Can you?" [07:12] They should make a film out of this ;) [07:12] What's the betting Oracle will appeal? [07:13] I reckon 10:1 on [07:13] I hope they get laughed out of the court. [07:13] Morning all [07:15] "we would like to appeal this decision, the judge knew what he was talking about, this is clearly unfair and we didn't expect it at all" [07:15] awwww diddums [07:15] heh [07:16] lawyers met their match [07:30] hi guys. noob question i know. I've got a p12 SSL cert that was self generated by a friend of mine. I need to install that into my ubuntu system so that we can connect over SSL. i take it that I can just convert the cert to a .crt file and then where do i put it and what do i do to install it as a trusted CA cert? [07:30] its a root cert btw [07:31] Wouldn't it be easier to use ssh? [07:32] no needs to be ssl [07:32] its to test an aplication [07:33] I just followed the Apache2 SSL tutorial [07:34] You would need to generate your own certificate for your server and install it, then anyone connecting will have to accept that certificate (i.e. add an exception) since it will be self-certified. [07:35] no [07:35] he has generated his own SSL cert [07:35] now i need to install the root cert [07:35] so that when i connect to him [07:35] it doesnt moan about this is untrusted etc [07:35] Flex\a: what are you connecting with? [07:36] as in what client end application are you using? [07:36] apache / SOAP xml handler [07:37] ok, so you need to set up a keyring for that to go in [07:37] it doesn't go with the CA certificates [07:37] the keyring would go in somewhere that the webserver can read [07:38] !info ca-certificates [07:38] ca-certificates (source: ca-certificates): Common CA certificates. In component main, is standard. Version 20111211 (precise), package size 165 kB, installed size 373 kB [07:38] ah ok - so its not like just installing the root crt and then reconfiguring ca-certificates ? [07:38] that packages is where the public CA ones come from [07:39] ok, so what do i need to do then? :P [07:41] I followed something like this, which worked: http://www.tc.umn.edu/~brams006/selfsign_ubuntu.html [07:42] wrong end dwatkins [07:43]