Updated Harbor FAQs (markdown)

stonezdj(Daojun Zhang) 2021-11-19 10:26:11 +08:00
parent 78559c9e69
commit 36ea42bf13
1 changed files with 1 additions and 1 deletions

@ -243,7 +243,7 @@ curl -X POST -u <USER>:<PASSWORD> -H "Content-type: application/json" -H "X-Xsrf
select * from harbor_user;
delete from harbor_user where user_id > 2;
```
1. How to add a certificate for the LDAP server?
1. How to add a CA cert for the LDAP server or other Harbor server?
[**A**] After installed the Harbor, there is a directory under common/config/shared/trust-certificates
Copy the LDAP certificate, for example, ldap_ca.crt to this directory and restart the Harbor,