You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sed -i "s/reg.mydomain.com/$IPorFQDN/g" harbor.yml
129
129
sed -i "s|# external_url:.*|external_url: https://$IPorFQDN|g" harbor.yml
130
-
sed -i "s|certificate: /your/certificate/path|certificate: /etc/letsencrypt/live/harbor.$GUID.${DOMAIN}/fullchain.pem|" harbor.yml
131
-
sed -i "s|private_key: /your/private/key/path|private_key: /etc/letsencrypt/live/harbor.$GUID.${DOMAIN}/privkey.pem|" harbor.yml
130
+
sed -i "s|certificate: /your/certificate/path|certificate: /etc/letsencrypt/live/harbor.${DOMAIN}/fullchain.pem|" harbor.yml
131
+
sed -i "s|private_key: /your/private/key/path|private_key: /etc/letsencrypt/live/harbor.${DOMAIN}/privkey.pem|" harbor.yml
132
132
cat harbor.yml
133
133
./install.sh
134
134
echo -e "Harbor Installation Complete \n\nPlease log out and log in or run the command 'newgrp docker' to use Docker without sudo\n\nLogin to your harbor instance:\n docker login -u admin -p Harbor12345 $IPorFQDN"
0 commit comments