From 5be8c6cdf8616371d215d19783adac69b6e28d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Dudr?= Date: Thu, 3 Oct 2024 12:47:26 +0200 Subject: [PATCH] certs: more domains --- bin/executable_make_certs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/executable_make_certs b/bin/executable_make_certs index 06d52aa..3f516d6 100644 --- a/bin/executable_make_certs +++ b/bin/executable_make_certs @@ -41,6 +41,9 @@ doms=( 'harbor.localhost' 'gitops.localhost' 'grafana.localhost' + 'zot.localhost' + 'trucks.dmis.corp.metrans.cz' + 'ucustomerportal.corp.metrans.cz' ) mkcert -cert-file $HOME/.config/nginx/ssl/localhost.crt -key-file $HOME/.config/nginx/ssl/localhost.key $doms