Broker Setup
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
- Run openssl genrsa 4096 > private.key and keep this key private
- Also run openssl rsa -pubout < private.key > public.key and send us public.key via email to admin@bittylicious.com.