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