pombreda / appscale

Automatically exported from code.google.com/p/appscale
0 stars 0 forks source link

Hard Code secret, pem, and cert files #209

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The AppServer and PbServer need to use these locations for secrets and keys
    secret_key_loc = "/etc/appscale/secret.key"
    cert_loc = "/etc/appscale/certs/mycert.pem"
    key_loc = "/etc/appscale/certs/mykey.pem"

Have the AppController not pass the secret to the pbserver.

Original issue reported on code.google.com by nlak...@gmail.com on 5 May 2010 at 10:51

GoogleCodeExporter commented 9 years ago

Original comment by nlak...@gmail.com on 13 May 2010 at 10:47