Merge commit 'c59bf12f8ec8a0f2c195542af9a689b5e5b12164' into checkpoint/main_from_release_1.6.0_c59bf12f8ec8a0f2c195542af9a689b5e5b12164

This commit is contained in:
Amine Khaldi 2022-09-07 15:46:14 +01:00
commit a03a354a7a
No known key found for this signature in database
GPG Key ID: B1C074FFC904E2D9

View File

@ -68,7 +68,7 @@ def get_all_ssl_file_paths(root_path: Path) -> Tuple[List[Path], List[Path]]:
all_keys: List[Path] = []
try:
config: Dict = load_config(root_path, "config.yaml", exit_on_error=False)
config: Dict = load_config(root_path, "config.yaml", exit_on_error=False, fill_missing_services=True)
for paths, parsed_list in [(CERT_CONFIG_KEY_PATHS, all_certs), (KEY_CONFIG_KEY_PATHS, all_keys)]:
for path in paths:
try: