https://github.com/rguske/download-harbor-cert-script
https://rguske.github.io/post/using-harbor-with-the-vcenter-event-broker-appliance/
https://github.com/rguske/download-harbor-cert-script
Last synced: about 1 month ago
JSON representation
https://rguske.github.io/post/using-harbor-with-the-vcenter-event-broker-appliance/
- Host: GitHub
- URL: https://github.com/rguske/download-harbor-cert-script
- Owner: rguske
- Created: 2020-03-23T20:01:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-20T21:30:04.000Z (almost 5 years ago)
- Last Synced: 2025-02-13T17:51:47.706Z (3 months ago)
- Language: Shell
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Download Harbor Certificate Script
This script will download the `ca.crt` from the Cloud Native Container Registry Harbor and will create the necessary folder under `/etc/docker/cert.d/` to let you login into Harbor via your local docker client.
I developed the script for the following post: https://rguske.github.io/post/using-harbor-with-the-vcenter-event-broker-appliance/
> To solve this issue, I´ve created a little script which downloads the root certificate from Harbor, creates the relevant directories, puts the certificate into those and restarts the docker service.