mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-06 02:31:06 +01:00
4 lines
115 B
Python
4 lines
115 B
Python
|
|
||
|
def prepare_tls(config_dict):
|
||
|
config_dict['internal_tls'].prepare()
|
||
|
config_dict['internal_tls'].validate()
|