Skip to content
This repository was archived by the owner on Aug 14, 2018. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 664 Bytes

File metadata and controls

15 lines (8 loc) · 664 Bytes

Generate Certificate Shell Script

generate_cert

Generates a TLS certificate to use for the local build. This script is run within a Docker container with OpenSSL. It can be run with the make create-cert command in the root folder.

Before you generate a new certificate, you will need a Root CA private key and certificate which you can create by following the instructions on this link:

Create the Root Pair

NOTE: On our root CA key, we've set the passphrase to serverless

TODO

  • Explain how to trust certs on Mac/Linux/Windows