/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v22.22.2
test/system-ca/test.cfg.py
6 строк
200 B
Tim Jacomb
crypto: add support for intermediate certs in --use-system-ca
17 апр 2025, 16:51
Не верифицирован
17 апр 2025, 16:51
7ea6ac1
Код
Авторство
О чём код?
import sys, os sys.path.append(os.path.join(os.path.dirname(__file__), '..')) import testpy def GetConfiguration(context, root): return testpy.ParallelTestConfiguration(context, root, 'system-ca')