Files
test/unit_tests/config/security/custom_security_config.json5
jpike 0efd9618fa Updating configs and adding keyword for getting the lab fqdn
Adding new config item and keyword for fqdn of the lab.

Change-Id: I02d182d0df749a293b0c1898d00e508c1e00eba8
Signed-off-by: jpike <jason.pike@windriver.com>
2025-08-20 11:46:37 -04:00

11 lines
220 B
Plaintext

{
// dns name for the lab
"domain_name": "fake_domain_name",
// ACME server url
"stepca_server_url": "custom_server_url",
// ACME server issuer
"stepca_server_issuer": "custom_server_issuer",
}