
Add Certificate Authorities and testing

2 unresolved threads
2 unresolved threads
Merge request reports
Activity
requested review from @simovin
assigned to @sequefr
added 4 commits
-
a4c9c317...e4b91c15 - 2 commits from branch
main
-
cb233b2a -
Add Certificate Authorities and testing -
bd5c17b6 -
Check left behind container
-
a4c9c317...e4b91c15 - 2 commits from branch
1 """Test case for Certificate creation""" 2 3 import time 4 import unittest 5 import json 6 import os 7 import requests 8 9 10 HOST = os.getenv("HOST", default="localhost") 11 PORT = os.getenv("PORT", default="8000") changed this line in version 5 of the diff
8 8 9 9 10 10 HOST = os.getenv("HOST", default="localhost") 11 PORT = os.getenv("PORT", default="8080") 11 PORT = os.getenv("PORT", default="8000") changed this line in version 5 of the diff
added 1 commit
-
effbb7fc -
️ Keep the original port numbers for testing
-
effbb7fc -
mentioned in commit fb5a8531
Please register or sign in to reply