mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-18 04:41:26 +01:00
update docs
This commit is contained in:
parent
aa4d88faea
commit
1c906b6e24
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user