fix
This commit is contained in:
parent
87d191cd07
commit
2a364486f7
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ openssl genrsa -out /etc/ssl/private/$APP.key 2048
|
|||
openssl req -new -key /etc/ssl/private/$APP.key -out /etc/ssl/certs/$APP.csr -config openssl.cnf
|
||||
openssl x509 -req -in /etc/ssl/certs/$APP.csr -CA /root/ca.crt -CAkey /root/ca.key -CAcreateserial -out /etc/ssl/certs/$APP.crt -extfile openssl.cnf -extensions req_ext -days 500 -sha256
|
||||
cp nginx.cnf /etc/nginx/sites-enabled/$APP
|
||||
if ! grep -q "$DNS" /etc/bind/named.conf.local; then
|
||||
if ! grep -qF "$DNS" /etc/bind/named.conf.local; then
|
||||
echo "$DNS" | tee -a /etc/bind/named.conf.local
|
||||
fi
|
||||
cp zonefile.cnf /etc/bind/db.$DOMAIN
|
||||
|
|
Loading…
Reference in a new issue