fix (infra): remove wildcard .s3 SSL domains
This commit is contained in:
parent
d3a374b614
commit
1fe3c3d621
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ sudo certbot certonly --standalone \
|
||||||
-d systemsobscure.blog \
|
-d systemsobscure.blog \
|
||||||
-d www.systemsobscure.blog \
|
-d www.systemsobscure.blog \
|
||||||
-d s3.systemsobscure.net \
|
-d s3.systemsobscure.net \
|
||||||
-d "*.s3.systemsobscure.net"
|
-d eolas.s3.systemsobscure.net
|
||||||
|
|
||||||
echo "INFO Confirming certificate creation..."
|
echo "INFO Confirming certificate creation..."
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue