fix certificates

This commit is contained in:
sadnub 2020-11-20 09:45:18 -05:00
parent e0cb2f9d0f
commit 3b3ac31541
2 changed files with 2 additions and 2 deletions

View File

@ -96,8 +96,6 @@ class TestScriptViews(TacticalTestCase):
valid_shells = ["powershell", "python", "cmd"]
scripts_dir = settings.SCRIPTS_DIR
Script.load_community_scripts()
with open(
os.path.join(settings.BASE_DIR, "scripts/community_scripts.json")
) as f:

View File

@ -139,6 +139,8 @@ services:
APP_HOST: ${APP_HOST}
API_HOST: ${API_HOST}
MESH_HOST: ${MESH_HOST}
CERT_PUB_KEY: ${CERT_PUB_KEY}
CERT_PRIV_KEY: ${CERT_PRIV_KEY}
networks:
proxy:
ipv4_address: 172.20.0.20