Yeah you dont want a passworded key for web server usage. Get rid of the password; put it in a folder that no one has privileges on... ie run `chmod 500 non-enc.key` < this will need to be the webserver user.
On Apr 10, 12:13 am, Damjan <[email protected]> wrote: > > Is it a simple way to run daemon (paster) using certificate? Before > > every start of paster I have to enter my 'certificate password'. Maybe > > is it a parameter to use it in command line? > > are you talking about a SSL certificate? you can easyly save a non- > encripted private key with the "openssl" tool. But in that case you > must make sure nobody could ever make a copy of the .key file. > > I think the syntax is: openssl -in encrypted.key -out non-enc.key --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
