Skip to content

Commit

Permalink
SSL certs fix
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel <[email protected]>
  • Loading branch information
dgarcia18 committed May 6, 2024
1 parent 7745f4a commit cf9d659
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appliances/Harbor/appliance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ service_configure() {
generate_ssl_certs
else
msg info "Configuring provided SSL certificates..."
echo $HARBOR_SSL_CERT >> mkdir /root/certs/server.crt
echo $HARBOR_SSL_KEY >> mkdir /root/certs/server.key
echo $HARBOR_SSL_CERT >> /root/certs/server.crt
echo $HARBOR_SSL_KEY >> /root/certs/server.key
fi
else
msg info "The certificates already exist"
Expand Down Expand Up @@ -323,4 +323,4 @@ cleanup_installation() {
msg info "Cleaning up installation residues..."
apt-get clean
rm /root/harbor-online-installer-v*.tgz
}
}

0 comments on commit cf9d659

Please sign in to comment.