mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
12 lines
417 B
JSON
12 lines
417 B
JSON
{
|
|
"DaemonAuthenticationType": "password",
|
|
"DaemonAuthenticationPassword": "your-password-here",
|
|
"TlsBootstrapType": "server-path",
|
|
"TlsBootstrapHostname": "server.company.com",
|
|
"TlsBootstrapCert": "/etc/server.crt",
|
|
"TlsBootstrapKey": "/etc/server.key",
|
|
"BypassPreflightChecks": true,
|
|
"ImportSettingsFrom": "/path/to/settings.json",
|
|
"LicenseFileLocation": "/path/to/license.rli"
|
|
}
|