diff --git a/bin/executable_make_certs b/bin/executable_make_certs index deef043..8a18021 100644 --- a/bin/executable_make_certs +++ b/bin/executable_make_certs @@ -3,9 +3,6 @@ set -e doms=( - 'localhost' - 'local3000.localhost' - 'djinn1.localhost' '*.adminer.localhost' '*.aikido.localhost' '*.asqix.localhost' @@ -14,8 +11,8 @@ doms=( '*.booking.localhost' '*.caves.localhost' '*.enix.localhost' - '*.eno.localhost' '*.eno-statistix.localhost' + '*.eno.localhost' '*.eshop.localhost' '*.gdpr.localhost' '*.invoicing.localhost' @@ -27,17 +24,20 @@ doms=( '*.layaweb.localhost' '*.mytango.localhost' '*.nicerice.localhost' + '*.sms.localhost' '*.statistix.localhost' '*.teastarter.localhost' '*.trailguide.localhost' '*.up123.localhost' '*.vizit-core.localhost' + '*.vizit-virtualni-recepce.localhost' '*.vizit.localhost' '*.vizitpresentation.localhost' - '*.vizit-virtualni-recepce.localhost' '*.zdravotniregistr.cz' + 'djinn1.localhost' + 'local3000.localhost' + 'localhost' ) - mkcert -cert-file $HOME/.config/nginx/ssl/localhost.crt -key-file $HOME/.config/nginx/ssl/localhost.key $doms if [[ $(systemctl --user is-active nginx) = active ]]