Broker Setup

From Bittylicious
Revision as of 13:22, 28 July 2013 by Cocodude (talk | contribs) (Created page with "==SSL keys== ===Software=== Download some software that can call OpenSSL. For Linux, this is often available by installing the ''openssl'' package. For Windows, something li...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

SSL keys

Software

Download some software that can call OpenSSL. For Linux, this is often available by installing the openssl package. For Windows, something like the toolkit at Sourceforge will help.

Commands

  1. Run openssl genrsa 4096 > private.key and keep this key private
  2. Also run openssl rsa -pubout < private.key > public.key and send us public.key via email to admin@bittylicious.com.