Skip to content

Commit

Permalink
zerossl sucks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mon-ius committed Mar 12, 2024
1 parent 009bbd4 commit 08e164f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Run
# AI_SERVICE_IP="10.88.0.1"
AI_SERVICE_HOST="host.containers.internal"

doas podman run -itd \
doas podman run --restart=always -itd \
--name instant-ai \
-e DOMAIN=$DOMAIN \
-e CF_Token=$CF_Token \
Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ EOF

if [ ! -e "$SSL_FULL_CHAIN" ] && [ -e $NG_ACME ]; then
mkdir -p $NG_SSL
$NG_ACME --issue -d "$AI_FULL_DOMAIN" --dns dns_cf -k ec-256
$NG_ACME --server letsencrypt --issue -d "$AI_FULL_DOMAIN" --dns dns_cf -k ec-256
$NG_ACME --install-cert -d "$AI_FULL_DOMAIN" \
--key-file "$SSL_KEY" \
--fullchain-file "$SSL_FULL_CHAIN" \
Expand Down

0 comments on commit 08e164f

Please sign in to comment.