Skip to content

Commit

Permalink
Retrieve ssl certificates without staging
Browse files Browse the repository at this point in the history
  • Loading branch information
okeneo committed Mar 3, 2024
1 parent 6949fed commit 0c31480
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions certbot/certify-init.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# Waits for the proxy to be available, then gets the first certificate.
# Waits for nginx to be available, then gets the first certificate.

set -e

Expand All @@ -19,5 +19,4 @@ certbot certonly \
--rsa-key-size 4096 \
--agree-tos \
--non-interactive \
--staging \
-v
1 change: 0 additions & 1 deletion nginx/default-ssl.conf.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,4 @@ server {
location /django-static/ {
alias /staticfiles/;
}

}

0 comments on commit 0c31480

Please sign in to comment.