mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
10 lines
205 B
Bash
10 lines
205 B
Bash
#!/bin/bash
|
|
|
|
PORT=8090
|
|
SUBDOMAIN=db
|
|
|
|
sudo certbot certonly --agree-tos --nginx --email pockethost@benallfree.com -d $SUBDOMAIN.pockethost.io
|
|
|
|
NGINX_CONFIG=envsubst < nginx-template.conf
|
|
|
|
echo $NGINX_CONFIG |