Apple Watch app to interface with Jarvis web service.
This is a companion app/frontend for Jarvis and its associated services. You'll need that running for this app to be useful.
Create a plist file called VariableInfo.plist
in the Jarvis WatchKit Extension
. THe VariableInfoModel.swift
illustrates what is needed.
This app supports auth against a service with a client cert. For example, with Cloudflare's mTLS + Web Access Firewall features.
openssl pkcs12 -export -out cert.p12 -in cert.pem -inkey cert.key