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
+1 -1
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
```