Files
oam/examples/terraform/enterprise/replicated.settings.json
2023-01-20 22:12:54 +01:00

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"
}