mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-03 14:37:44 +01:00
update
This commit is contained in:
parent
ec06bd2073
commit
91a86faa75
@ -335,7 +335,7 @@ if args.notary_mode:
|
||||
print("Copying certs for notary signer")
|
||||
os.chmod(signer_cert_path, 0600)
|
||||
os.chmod(signer_key_path, 0600)
|
||||
os.chmod(signer_ca_path, 0600)
|
||||
os.chmod(signer_ca_cert, 0600)
|
||||
shutil.copy2(signer_cert_path, notary_config_dir)
|
||||
shutil.copy2(signer_key_path, notary_config_dir)
|
||||
shutil.copy2(signer_ca_cert, notary_config_dir)
|
||||
|
Loading…
Reference in New Issue
Block a user