Skip to content

Commit

Permalink
Fix cert generation
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Jan 4, 2024
1 parent 7272e13 commit 54372a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/make-certs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ cd $ME

printf 'Running in: %s\n' "$ME"

SSL_PATH="$ME/data/acme.sh/emails.mail-server.intranet"
DOMAIN="emails.mail-server.intranet"
SSL_PATH="$ME/data/acme.sh/${DOMAIN}_ecc"
CA_PATH="$SSL_PATH/ca"
KEYCERT_PATH="$SSL_PATH/emails.mail-server.intranet"
KEYCERT_PATH="$SSL_PATH/${DOMAIN}_ecc"

# bake the keys
if [ ! -f $CA_PATH.key ]; then
Expand Down

0 comments on commit 54372a5

Please sign in to comment.