Skip to content

Commit

Permalink
minor doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi5995 committed Oct 14, 2024
1 parent f184dab commit c3e4f01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/install-config/configure-internal-tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ User also can provide their own CA to generate the other certs. Just put certifi
Besides, a user can also provide the certs for all components. However, there are some constraints for the certs:

* First, all certs must be signed by a single unique CA
* Second, the filename of the internal cert and `CN` field on cert file must follow the convention listed below'
* Second, the filename of the internal cert and `CN` field on cert file must follow the convention listed below
* Third, because the self signed certificate without SAN was deprecated in Golang 1.5, you must add the SAN extension to your cert files when generating certs by yourself or the Harbor instance will not start up normally. The DNS name in SAN extension should the same as CN field in the table below. For more information please refer to [golang 1.5 release notes](https://golang.org/doc/go1.15#commonname) and [this issue](https://github.com/golang/go/issues/24151).

|name|usage|CN|
Expand Down
2 changes: 1 addition & 1 deletion docs/install-config/download-installer.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Download the Harbor Installer
weight: 25
---

You download the Harbor installers from the [official releases](https://github.com/goharbor/harbor/releases) page. Download either the online installer or the offline installer.
You can download the Harbor installers from the [official releases](https://github.com/goharbor/harbor/releases) page. Download either the online installer or the offline installer.

- **Online installer:** The online installer downloads the Harbor images from Docker hub. For this reason, the installer is very small in size.

Expand Down

0 comments on commit c3e4f01

Please sign in to comment.