From aa4d88faea3cdacc00087daf535778f02fbd1f2c Mon Sep 17 00:00:00 2001 From: Henry Zhang Date: Thu, 31 Mar 2016 12:18:15 +0800 Subject: [PATCH] update docs --- AUTHORS | 1 + docs/configure_https.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 38ec387e5..6f1faa6e5 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,6 +1,7 @@ # This file lists all individuals having contributed content to the repository. Amanda Zhang +Ben Niu Ji Bobby Zhang Daniel Jiang Haining Henry Zhang diff --git a/docs/configure_https.md b/docs/configure_https.md index 5a8f5c971..7193e8395 100644 --- a/docs/configure_https.md +++ b/docs/configure_https.md @@ -104,7 +104,7 @@ After setting up HTTPS for Harbor, you can verify it by the follow steps: docker login reg.yourdomain.com ``` ##Troubleshooting -1. You may get an intermediate certificate from a certificate issuer. In this case, you should merge the intermediate certificate with your own certificate to create a certificate bundle. You can achieve this by the below command: +1. You may get an intermediate certificate from a certificate issuer. In this case, you should merge the intermediate certificate with your own certificate to create a certificate bundle. You can achieve this by the below command: ```sh cat intermediate-certificate.pem >> yourdomain.com.crt ```