mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-03 09:09:47 +01:00
a4855cca36
update makefile add model for prepare update jinja template for prepare Signed-off-by: DQ <dengq@vmware.com>
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() |