From a4c43fc70bb78c1d19c59e49e3cd6ef59b2b2643 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Thu, 25 Sep 2025 16:16:05 +0200 Subject: [PATCH] fix: cert names --- tasks/omni.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/omni.yaml b/tasks/omni.yaml index a9bb9ef..dece2df 100644 --- a/tasks/omni.yaml +++ b/tasks/omni.yaml @@ -54,8 +54,8 @@ volumes: - "/mnt/omni/etcd-vol:/_out/etcd" - "/mnt/omni/omni.asc:/omni.asc" - - "/mnt/omni/tls.pem:/tls.crt" - - "/mnt/omni/tls.key:/tls.key" + - "/mnt/omni/omni.pem:/tls.crt" + - "/mnt/omni/omni.key:/tls.key" command: >- --account-id={{ omni_account_uuid }}