From c93ecf307b6fe42f3221215c0978958a9c120ee1 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 1 Nov 2019 04:29:49 -0600 Subject: [PATCH] update quickstart --- README.md | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 21246c6..5223d72 100644 --- a/README.md +++ b/README.md @@ -93,13 +93,8 @@ Manage via API or the config file: Easy as 1, 2, 3... 4 -1. Create a node project -2. Create an http app (i.e. Express) -3. Serve with Greenlock Express -4. Manage SSL certifates and domains -
-Read Guide +1. Create a node project ## 1. Create a node project @@ -113,6 +108,11 @@ pushd ~/my-project npm init ``` +
+ +
+2. Create an http app (i.e. express) + ## 2. Create an http app (i.e. express) This example is shown with Express, but any node app will doGreenlock @@ -143,6 +143,11 @@ app.get("/", myPlainNodeHttpApp); module.exports = app; ``` +
+ +
+3. Serve with Greenlock Express + ## 3. Serve with Greenlock Express Greenlock Express is designed with these goals in mind: @@ -198,6 +203,11 @@ Listening on 0.0.0.0:80 for ACME challenges and HTTPS redirects Listening on 0.0.0.0:443 for secure traffic ``` +
+ +
+4. Manage SSL Certificates and Domains + ## 4. Manage domains The management API is built to work with Databases, S3, etc.