update docs

This commit is contained in:
Henry Zhang 2016-03-31 12:21:04 +08:00
parent aa4d88faea
commit 1c906b6e24

View File

@ -105,7 +105,7 @@ After setting up HTTPS for Harbor, you can verify it by the follow steps:
``` ```
##Troubleshooting ##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 cat intermediate-certificate.pem >> yourdomain.com.crt
``` ```
2. On some systems where docker daemon runs, you may need to trust the certificate at OS level. 2. On some systems where docker daemon runs, you may need to trust the certificate at OS level.