Browse Source

correct info from scripts 18.11.20:13.27

root 4 years ago
parent
commit
fd26bc940d
3 changed files with 4 additions and 3 deletions
  1. 1 0
      README.md
  2. 2 2
      cleate_certs.sh
  3. 1 1
      dehydrated/make_ssl-dehydrated.sh

+ 1 - 0
README.md

@@ -0,0 +1 @@
1
+# package scripts for auto update all certs

+ 2 - 2
cleate_certs.sh

@@ -1,7 +1,7 @@
1 1
 #!/bin/bash
2 2
 # create new cert
3
-domains=( "nixtech.ru" "qbpro.ru" "support.qbpro.ru" "webmail.qbpro.ru" );
4
-adminmail="stvixfree@gmail.com";
3
+domains=( "mydomain.ru" "dev.mydomain.ru" "webmail.mydomain.ru" );
4
+adminmail="admin@mydomain.ru";
5 5
 
6 6
 function createCert() {
7 7
 for ((dmn=0; dmn != ${#domains[@]}; dmn++))

+ 1 - 1
dehydrated/make_ssl-dehydrated.sh

@@ -4,7 +4,7 @@
4 4
 #
5 5
 path_ssl="/etc/ssl/private";
6 6
 path_certbot="/var/lib/dehydrated/certs";
7
-domains=( "qbpro.ru" "webmail.qbpro.ru" "support.qbpro.ru" );
7
+domains=( "mydomain.ru" "webmail.mydomain.ru" "dev.mydomain.ru" );
8 8
 
9 9
 function makeSslPem() {
10 10
 for ((dmn=0; dmn != ${#domains[@]}; dmn++))