mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-26 20:26:13 +01:00
install guide ova
This commit is contained in:
parent
093747cd2c
commit
9fa6842f83
@ -72,8 +72,7 @@ Harbor can obtain IP address by DHCP. This is convenient for testing purpose. Fo
|
|||||||
|
|
||||||
* Authentication
|
* Authentication
|
||||||
|
|
||||||
The **Authentication Mode** must be set before the first boot of Harbor. Subsequent changes to **Authentication Mode** does not have any effect. When **ldap_auth** mode is
|
The **Authentication Mode** must be set before the first boot of Harbor. Subsequent changes to **Authentication Mode** does not have any effect. When **ldap_auth** mode is enabled, properties related to LDAP/AD must be set.
|
||||||
enabled, properties related to LDAP/AD must be set.
|
|
||||||
|
|
||||||
* **Authentication Mode**: The default authentication mode is **db_auth**. Set it to **ldap_auth** when users' credentials are stored in an LDAP or AD server. Note: this option can only be set once.
|
* **Authentication Mode**: The default authentication mode is **db_auth**. Set it to **ldap_auth** when users' credentials are stored in an LDAP or AD server. Note: this option can only be set once.
|
||||||
* **LDAP URL**: The URL of an LDAP/AD server.
|
* **LDAP URL**: The URL of an LDAP/AD server.
|
||||||
@ -84,7 +83,7 @@ Harbor can obtain IP address by DHCP. This is convenient for testing purpose. Fo
|
|||||||
|
|
||||||
* Security
|
* Security
|
||||||
|
|
||||||
If HTTPS is enabled, a self-signed certificate is generated by default. To supply your own certificate, please fill in **SSL Cert** and **SSL Cert Key**. Do not use HTTP in any production system.
|
If HTTPS is enabled, a self-signed certificate is generated by default. To supply your own certificate, please fill in **SSL Cert** and **SSL Cert Key**. Do not use HTTP in any production system.
|
||||||
|
|
||||||
* **Protocol**: The protocol for accessing Harbor. Warning: setting it to http makes the communication insecure.
|
* **Protocol**: The protocol for accessing Harbor. Warning: setting it to http makes the communication insecure.
|
||||||
* **SSL Cert**: Paste in the content of a certificate file. Leave blank for a generated self-signed certificate.
|
* **SSL Cert**: Paste in the content of a certificate file. Leave blank for a generated self-signed certificate.
|
||||||
@ -93,7 +92,7 @@ Harbor can obtain IP address by DHCP. This is convenient for testing purpose. Fo
|
|||||||
|
|
||||||
* Email Settings
|
* Email Settings
|
||||||
|
|
||||||
To allow a user to reset his/her own password through email, configure the below email settings:
|
To allow a user to reset his/her own password through email, configure the below email settings:
|
||||||
|
|
||||||
* **Email Server**: The mail server to send out emails to reset password.
|
* **Email Server**: The mail server to send out emails to reset password.
|
||||||
* **Email Server Port**: The port of mail server.
|
* **Email Server Port**: The port of mail server.
|
||||||
@ -133,9 +132,9 @@ To download Harbor's CA certificate and import into a Docker client, follow the
|
|||||||
2. Click on the admin's name and select **About** from drop-down menu.
|
2. Click on the admin's name and select **About** from drop-down menu.
|
||||||
3. Click on the **Download** link to save the certificate file as `ca.crt`.
|
3. Click on the **Download** link to save the certificate file as `ca.crt`.
|
||||||
4. Transmit the certificate file to a Docker host, put it under the below directory, you may need to create the directory if it does not exist:
|
4. Transmit the certificate file to a Docker host, put it under the below directory, you may need to create the directory if it does not exist:
|
||||||
```
|
```
|
||||||
/etc/docker/certs.d/<host_name_or_IP_of_Harbor>/ca.crt
|
/etc/docker/certs.d/<host_name_or_IP_of_Harbor>/ca.crt
|
||||||
```
|
```
|
||||||
5. Restart Docker service.
|
5. Restart Docker service.
|
||||||
6. Run `docker login` to verify that HTTPS is working.
|
6. Run `docker login` to verify that HTTPS is working.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user