mirror of
https://github.com/goharbor/harbor.git
synced 2024-10-31 23:59:32 +01:00
Typo and moved the http blurb
This commit is contained in:
parent
46d8214bfa
commit
f5007cd556
@ -4,7 +4,7 @@ Because Harbor does not ship with any certificates, it uses HTTP by default to s
|
||||
|
||||
Harbor uses an `nginx` instance as a reverse proxy for all services. You use the `prepare` script to configure `nginx` to enable HTTPS.
|
||||
|
||||
You can use certificates that are signed by a trusted third-party CA, or in you can use self-signed certificates. The following sections describe how to create a CA, and how to use your CA to sign a server certificate and a client certificate.
|
||||
You can use certificates that are signed by a trusted third-party CA, or you can use self-signed certificates. The following sections describe how to create a CA, and how to use your CA to sign a server certificate and a client certificate.
|
||||
|
||||
## Getting Certificate Authority
|
||||
|
||||
|
@ -130,11 +130,9 @@ You can use certificates that are signed by a trusted third-party CA, or in you
|
||||
|
||||
##### optional parameters
|
||||
|
||||
- **http**:
|
||||
- **http**: Do not use HTTP in production environments. Using HTTP is acceptable only in air-gapped test or development environments that do not have a connection to the external internet. Using HTTP in environments that are not air-gapped exposes you to man-in-the-middle attacks.
|
||||
- **port** : Port number for HTTP
|
||||
|
||||
**IMPORTANT**: Do not use HTTP in production environments. Using HTTP is acceptable only in air-gapped test or development environments that do not have a connection to the external internet. Using HTTP in environments that are not air-gapped exposes you to man-in-the-middle attacks.
|
||||
|
||||
- **external_url**: Enable it if use external proxy, and when it enabled the hostname will no longer used
|
||||
|
||||
- **clair**: Clair related configs
|
||||
|
Loading…
Reference in New Issue
Block a user