Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/install-config/configure-https.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ After generating the `ca.crt`, `yourdomain.com.crt`, and `yourdomain.com.key` fi
To allow the Docker client to push and pull images, the Docker daemon must also trust the certificate so ,convert your server certificate from .crt to .cert, as the Docker daemon requires this extension.

```sh
openssl x509 -inform PEM -in yourdomain.com.crt -out yourdomain.com.cer
openssl x509 -inform PEM -in yourdomain.com.crt -out yourdomain.com.cert
```
Next, create a dedicated directory for your Harbor domain and copy all three certificate files into it.

Expand Down
Loading