Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 2
    You/they could use a predefined name in the cert and one of the several schemes for LAN name resolution, like mDNS/Bonjour or DNS-from-DHCP, or more general but a bit clumsy DDNS, or with (commandline) curl --resolve or --connect-to. PS: curl -k POST is invalid, [-k] -x POST is legal but if you use any of the --form*/-F or --data*/-d options to specify body those automatically use POST so it's redundant. Commented Jan 30, 2024 at 1:36
  • 1
    See also How to do TLS on embedded devices in a home network? Commented Jan 30, 2024 at 8:07
  • 1
    Also related: security.stackexchange.com/questions/121163/… Commented Jan 30, 2024 at 15:28