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 54372a5 commit a891980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/make-certs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ printf 'Running in: %s\n' "$ME"
DOMAIN="emails.mail-server.intranet"
SSL_PATH="$ME/data/acme.sh/${DOMAIN}_ecc"
CA_PATH="$SSL_PATH/ca"
KEYCERT_PATH="$SSL_PATH/${DOMAIN}_ecc"
KEYCERT_PATH="$SSL_PATH/${DOMAIN}"

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

0 comments on commit a891980

Please sign in to comment.