From 58ad54faeced05fe2e5f21d79ec8483824494c5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Dudr?= Date: Sun, 10 Dec 2023 15:21:42 +0100 Subject: [PATCH] certs --- bin/executable_make_certs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/executable_make_certs b/bin/executable_make_certs index 20372d4..06d52aa 100644 --- a/bin/executable_make_certs +++ b/bin/executable_make_certs @@ -38,6 +38,9 @@ doms=( 'djinn1.localhost' 'local3000.localhost' 'localhost' + 'harbor.localhost' + 'gitops.localhost' + 'grafana.localhost' ) mkcert -cert-file $HOME/.config/nginx/ssl/localhost.crt -key-file $HOME/.config/nginx/ssl/localhost.key $doms