> 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 pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to