> Autoregistration object

The following objects are directly related to the autoregistration API.

Autoregistration

The autoregistration object has the following properties.

PropertyTypeDescription
tls_acceptintegerType of allowed incoming connections for autoregistration.

Possible values:
1 - allow insecure connections;
2 - allow TLS with PSK;
3 - allow both insecure and TLS with PSK connections.
tls_psk_identitystringPSK identity string.

Do not put sensitive information in the PSK identity, it is transmitted unencrypted over the network to inform a receiver which PSK to use.

Property behavior:
- write-only
tls_pskstringPSK value string (an even number of hexadecimal characters).

Property behavior:
- write-only