- Newest
- Most votes
- Most comments
The FQDN would be the host were Greengrass is running. Within the environment where the Greeengrass Core device is running, do a reverse DNS lookup of the IP address. If running on Linux, this command will work assuming a host entry has been made for the device:
echo "IP Address: $(hostname -I | awk '{print $1}') FQDN: $(hostname -f)"
Note: the commands may vary based on Linux distro.
answered 2 years ago
If you need to connect client devices to your Greengrass v2 core device using MQTT, you'll need to ensure that the FQDN or IP address of the core device is present in the broker certificate.
Sources
The FQDN would be the host were Greengrass is running. Within the environment where the Greeengrass Core device is running, do a reverse DNS lookup of the IP address. If running on Linux, this command will work assuming a host entry has been made for the device:
echo "IP Address: $(hostname -I | awk '{print $1}') FQDN: $(hostname -f)"
answered 2 years ago
Relevant content
asked 4 years ago
asked 4 years ago
