forked from open-amt-cloud-toolkit/rpc-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
42 lines (42 loc) · 1.76 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
acmactivate:
amtPassword: 'test'
provisioningCert: 'your provisioning certificate'
provisioningCertPwd: 'test'
wiredConfig:
dhcp: true
ipsync: true
enterpriseAssistant:
eaAddress: '' # Address of the EA server (example: https://<your EA Address>:8000)
eaUsername: '' # Username for the EA server given in EA Settings
eaPassword: '' # Password for the EA server given in EA Settings
wifiConfigs:
- profileName: 'exampleWifiWPA2' # friendly name, alphanumeric only
ssid: 'exampleSSID'
priority: 1 # must be unique across profiles
authenticationMethod: 6
encryptionMethod: 4
pskPassphrase: 'example123!@#' # SECRET: can be in this file, a secrets file, or user prompt
- profileName: 'exampleWifiWPA' # friendly name
ssid: 'exampleSSID'
priority: 2 # must be unique across profiles
authenticationMethod: 4
encryptionMethod: 4
pskPassphrase: '' # SECRET: can be in this file, a secrets file, or user prompt
- profileName: 'exampleWifi8021xTLS' # friendly name, alphanumeric only
ssid: 'ssid'
priority: 3 # must be unique across profiles
authenticationMethod: 7
encryptionMethod: 4
ieee8021xProfileName: 'exampleIeee8021xEAP-TLS'
ieee8021xConfigs:
- profileName: 'exampleIeee8021xEAP-TLS'
username: "exampleUserName"
authenticationProtocol: 0 # Extensible Authentication Protocol (ex. EAP-TLS(0))
clientCert: 'testClientCertString'
caCert: 'testCaCertString'
privateKey: '' # SECRET: can be in this file, a secrets file, or user prompt
- profileName: 'exampleIeee8021xMSCHAPv2'
username: "exampleUserName"
password: "" # SECRET: can be in this file, a secrets file, or user prompt
authenticationProtocol: 2 # Extensible Authentication Protocol (ex. EAP-TLS(0))
caCert: 'testCaCertString'