aziotctl/aziotctl-common/test-files/apply/manual-x509-est-custom/identityd.toml (11 lines of code) (raw):
hostname = "my-device"
homedir = "/var/lib/aziot/identityd"
prefer_module_identity_cache = false
[provisioning]
source = "manual"
iothub_hostname = "example.azure-devices.net"
device_id = "my-device"
[provisioning.authentication]
method = "x509"
identity_cert = "device-id"
identity_pk = "device-id"