Re: [Astlinux-users] Web SSL certificate generation

2010-04-05 Thread Lonnie Abelbeck
Ingmar, The web interface 1.6.17, Prefs tab, the "Distinguished Name" section adds 'Country', 'State/Province', and 'Locality' Name entries. http://lonnie.abelbeck.com/astlinux/altweb-changelog.txt Thanks for suggesting the addition. Lonnie On Mar 26, 2010, at 3:13 PM, Ingmar Schraub wrote:

Re: [Astlinux-users] Web SSL certificate generation

2010-03-26 Thread Darren Grant
In case anyone is interested you can actually get a real externally validated SSL certificate free from http://www.startssl.com/ so no more unrecognised CA messages. -- Download IntelĀ® Parallel Studio Eval Try the new sof

Re: [Astlinux-users] Web SSL certificate generation

2010-03-26 Thread Lonnie Abelbeck
Thanks Ingmar, I'll take a look at adding those extra three DN values in the future. Lonnie On Mar 26, 2010, at 3:35 PM, Ingmar Schraub wrote: > Hello Lonnie, > > thanks for the pointer. I could manually generate a new certificate (or > change the hardcoded values). I only thought, that I mig

Re: [Astlinux-users] Web SSL certificate generation

2010-03-26 Thread Ingmar Schraub
Hello Lonnie, thanks for the pointer. I could manually generate a new certificate (or change the hardcoded values). I only thought, that I might have overlooked those settings somehow. So, no problem for me. On the other hand, if you make some settings configurable, why not all? It is only 3 more

Re: [Astlinux-users] Web SSL certificate generation

2010-03-26 Thread Lonnie Abelbeck
Ingmar, Currently those certificate settings you refer to are hard coded... $dn = array( 'countryName' => 'US', 'stateOrProvinceName' => 'NE', 'localityName' => 'Omaha', 'organizationName' => $orgName, 'organizationalUnitName' => $orgUnit, 'commonName' => $commonName,

[Astlinux-users] Web SSL certificate generation

2010-03-26 Thread Ingmar Schraub
Hello, I am using Lonnie's webinterface to generate a new Web SSL certificate (0.7.1). Where can I change the following certificate settings: C= (defaults to C=US) ST= (defaults to ST=NE) L= (defaults to L=Omaha) Many thanks in advance. Regards, Ingmar ---