Skip to content

Commit

Permalink
Merge pull request #403 from MultiDirectoryLab/fix_ssh
Browse files Browse the repository at this point in the history
fix: ssh
  • Loading branch information
Mastermind-U authored Nov 12, 2024
2 parents 14344d7 + 77df0e1 commit 28597b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration_tests/ssh/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
image: ghcr.io/multidirectorylab/multidirectory_test:latest
container_name: multidirectory_api
restart: unless-stopped
command: uvicorn --factory web_app:create_prod_app --host 0.0.0.0 --loop uvloop
command: python multidirectory.py --http
environment:
USE_CORE_TLS: 1
DOMAIN: md.multifactor.dev
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/ssh/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
mkdir /certs;
openssl req -nodes -new -x509 -keyout /certs/privkey.pem -out /certs/cert.pem -subj \
'/C=RU/ST=Moscow/L=Moscow/O=Global Security/OU=Multifactor/CN=md.multifactor.dev';
python . --loop uvloop;
python multidirectory.py --ldap;

0 comments on commit 28597b6

Please sign in to comment.