mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 18:25:56 +01:00
Merge pull request #16077 from YangJiao0817/fix-paivate-key
Fix core private key
This commit is contained in:
commit
2ee4950400
@ -59,6 +59,8 @@ sudo make compile build prepare COMPILETAG=compile_golangimage GOBUILDTAGS="incl
|
||||
|
||||
# set the debugging env
|
||||
echo "GC_TIME_WINDOW_HOURS=0" | sudo tee -a ./make/common/config/core/env
|
||||
# TODO This is a temporary solution to core private_key
|
||||
sudo openssl rsa -in /data/secret/core/private_key.pem -out /data/secret/core/private_key.pem
|
||||
sudo make start
|
||||
|
||||
# waiting 5 minutes to start
|
||||
|
Loading…
Reference in New Issue
Block a user