mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 10:15:35 +01:00
remove 2 cert file delete action, already delete previous
This commit is contained in:
parent
f19e19eaf0
commit
20873a9d17
@ -277,8 +277,6 @@ if customize_crt == 'on':
|
||||
if openssl_is_installed(shell_stat):
|
||||
private_key_pem = os.path.join(config_dir, "ui", "private_key.pem")
|
||||
root_crt = os.path.join(config_dir, "registry", "root.crt")
|
||||
delfile(private_key_pem)
|
||||
delfile(root_crt)
|
||||
|
||||
check_private_key_stat(path=private_key_pem)
|
||||
check_certificate_stat(path=root_crt)
|
||||
|
Loading…
Reference in New Issue
Block a user