Removed certbot test-cert. Not needed
This commit is contained in:
parent
8d43488cb8
commit
aab10f7184
|
@ -170,10 +170,10 @@ sudo apt install -y certbot openssl
|
||||||
|
|
||||||
print_green 'Getting wildcard cert'
|
print_green 'Getting wildcard cert'
|
||||||
|
|
||||||
sudo certbot certonly --manual -d *.${rootdomain} --agree-tos --no-bootstrap --manual-public-ip-logging-ok --preferred-challenges dns -m ${letsemail} --no-eff-email --test-cert
|
sudo certbot certonly --manual -d *.${rootdomain} --agree-tos --no-bootstrap --manual-public-ip-logging-ok --preferred-challenges dns -m ${letsemail} --no-eff-email
|
||||||
while [[ $? -ne 0 ]]
|
while [[ $? -ne 0 ]]
|
||||||
do
|
do
|
||||||
sudo certbot certonly --manual -d *.${rootdomain} --agree-tos --no-bootstrap --manual-public-ip-logging-ok --preferred-challenges dns -m ${letsemail} --no-eff-email --test-cert
|
sudo certbot certonly --manual -d *.${rootdomain} --agree-tos --no-bootstrap --manual-public-ip-logging-ok --preferred-challenges dns -m ${letsemail} --no-eff-email
|
||||||
done
|
done
|
||||||
|
|
||||||
CERT_PRIV_KEY=/etc/letsencrypt/live/${rootdomain}/privkey.pem
|
CERT_PRIV_KEY=/etc/letsencrypt/live/${rootdomain}/privkey.pem
|
||||||
|
|
Loading…
Reference in New Issue