mirror of
https://github.com/wahyd4/harbor.git
synced 2026-08-09 21:05:59 +10:00
update docs
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user