certs
This commit is contained in:
parent
04154d9337
commit
87bcfd8574
1 changed files with 6 additions and 6 deletions
|
@ -3,9 +3,6 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
doms=(
|
doms=(
|
||||||
'localhost'
|
|
||||||
'local3000.localhost'
|
|
||||||
'djinn1.localhost'
|
|
||||||
'*.adminer.localhost'
|
'*.adminer.localhost'
|
||||||
'*.aikido.localhost'
|
'*.aikido.localhost'
|
||||||
'*.asqix.localhost'
|
'*.asqix.localhost'
|
||||||
|
@ -14,8 +11,8 @@ doms=(
|
||||||
'*.booking.localhost'
|
'*.booking.localhost'
|
||||||
'*.caves.localhost'
|
'*.caves.localhost'
|
||||||
'*.enix.localhost'
|
'*.enix.localhost'
|
||||||
'*.eno.localhost'
|
|
||||||
'*.eno-statistix.localhost'
|
'*.eno-statistix.localhost'
|
||||||
|
'*.eno.localhost'
|
||||||
'*.eshop.localhost'
|
'*.eshop.localhost'
|
||||||
'*.gdpr.localhost'
|
'*.gdpr.localhost'
|
||||||
'*.invoicing.localhost'
|
'*.invoicing.localhost'
|
||||||
|
@ -27,17 +24,20 @@ doms=(
|
||||||
'*.layaweb.localhost'
|
'*.layaweb.localhost'
|
||||||
'*.mytango.localhost'
|
'*.mytango.localhost'
|
||||||
'*.nicerice.localhost'
|
'*.nicerice.localhost'
|
||||||
|
'*.sms.localhost'
|
||||||
'*.statistix.localhost'
|
'*.statistix.localhost'
|
||||||
'*.teastarter.localhost'
|
'*.teastarter.localhost'
|
||||||
'*.trailguide.localhost'
|
'*.trailguide.localhost'
|
||||||
'*.up123.localhost'
|
'*.up123.localhost'
|
||||||
'*.vizit-core.localhost'
|
'*.vizit-core.localhost'
|
||||||
|
'*.vizit-virtualni-recepce.localhost'
|
||||||
'*.vizit.localhost'
|
'*.vizit.localhost'
|
||||||
'*.vizitpresentation.localhost'
|
'*.vizitpresentation.localhost'
|
||||||
'*.vizit-virtualni-recepce.localhost'
|
|
||||||
'*.zdravotniregistr.cz'
|
'*.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
|
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 ]]
|
if [[ $(systemctl --user is-active nginx) = active ]]
|
||||||
|
|
Loading…
Add table
Reference in a new issue