diff options
| author | Jeroen Wijenbergh <jeroenwijenbergh@protonmail.com> | 2022-04-25 16:27:25 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-04-25 16:27:25 +0200 |
| commit | 44df9cb92abe66cf12e887ef19e60a01461b3558 (patch) | |
| tree | c24ba1580a65c681d3dba4d77cd2042803396143 /ci/startcompose.sh | |
| parent | ee1c5a9ada755a51efa2fbf054f4382d00c70dee (diff) | |
Tests: Ability to add a custom server and share certificate
We also now do not have to skip verification in the test files
Diffstat (limited to 'ci/startcompose.sh')
| -rwxr-xr-x | ci/startcompose.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/startcompose.sh b/ci/startcompose.sh index fa41949..5f0338f 100755 --- a/ci/startcompose.sh +++ b/ci/startcompose.sh @@ -13,5 +13,9 @@ fi # Get absolute path to current directory this script is in SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) +# Create self-signed certificate +mkdir -p "$SCRIPT_DIR"/docker/selfsigned +"$SCRIPT_DIR"/docker/createcert.sh + # Get the parent directory to get the root directory docker-compose --file ci/docker/docker-compose.yml --project-directory "$SCRIPT_DIR"/.. up --build --force-recreate --abort-on-container-exit |
