mirror of
https://github.com/goharbor/harbor
synced 2025-04-07 23:55:52 +00:00
update docs
This commit is contained in:
parent
c64e1d683a
commit
aa4d88faea
1
AUTHORS
1
AUTHORS
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user