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 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. > > If the system is just for myself, I can live with US/NE/Omaha. No > problem. If you give it to someone else, you may get questions back and > you have either to provide answers or fix it. > > BTW, many thanks for your hard work!! > > Thanks, Ingmar > > Lonnie Abelbeck wrote: >> 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, >> 'emailAddress' => $email >> ); >> >> It would be possible to add those to the Prefs -> Distinguished Name if it >> is important. >> >> Again, another usefulness vs clutter trade-off. >> >> Let me know. >> >> Lonnie >> >> >> On Mar 26, 2010, at 3:13 PM, Ingmar Schraub wrote: >> >>> 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 >>> >>> ------------------------------------------------------------------------------ >>> Download Intel® Parallel Studio Eval >>> Try the new software tools for yourself. Speed compiling, find bugs >>> proactively, and fine-tune applications for parallel performance. >>> See why Intel Parallel Studio got high marks during beta. >>> http://p.sf.net/sfu/intel-sw-dev >>> _______________________________________________ >>> Astlinux-users mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/astlinux-users >>> >>> Donations to support AstLinux are graciously accepted via PayPal to >>> [email protected]. >>> >>> >> >> >> ------------------------------------------------------------------------------ >> Download Intel® Parallel Studio Eval >> Try the new software tools for yourself. Speed compiling, find bugs >> proactively, and fine-tune applications for parallel performance. >> See why Intel Parallel Studio got high marks during beta. >> http://p.sf.net/sfu/intel-sw-dev >> _______________________________________________ >> Astlinux-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/astlinux-users >> >> Donations to support AstLinux are graciously accepted via PayPal to >> [email protected]. > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Astlinux-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/astlinux-users > > Donations to support AstLinux are graciously accepted via PayPal to > [email protected]. > > ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [email protected].
