update docs

This commit is contained in:
Henry Zhang 2016-03-31 12:18:15 +08:00
parent c64e1d683a
commit aa4d88faea
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# This file lists all individuals having contributed content to the repository.
Amanda Zhang <amzhang@vmware.com>
Ben Niu Ji <benniuji@gmail.com>
Bobby Zhang <junzhang@vmware.com>
Daniel Jiang <jiangd@vmware.com>
Haining Henry Zhang <henryzhang@vmware.com>

View File

@ -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
```