Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

TipsAndTricks

Justin McWilliams edited this page Oct 17, 2014 · 1 revision

Introduction

On this wiki page we will collect tips and tricks that you won't need in normal day to day operation of Simian, but may contribute to getting you out of a configuration mistake, etc.

Server Related

I need to delete my server's public cert and private key. I have new cert/keys to upload.

  • Ok, you will currently need to navigate directly to App Engine's Datastore Viewer to accomplish this task manually.
  • Navigate to the App Engine control panel.
  • Select your Simian app.
  • Select "Datastore Viewer".
    • Select "Settings" as the Kind. Repeat these steps also for the "KeyValueCache" kind.
      • Click the checkbox next to both name=server_private_key_pem and name=server_public_cert_pem.
      • Click "Delete" at the bottom of the list of items.