Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme Update #779

Merged
merged 1 commit into from
Jul 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

This is the IOS native client for openHAB.

<p float="left">
<img alt="Main UI" src="./doc/mainui.png" width="200">
<img alt="Sitemap" src="./doc/sitemap.png" width="200">
</p>

## Download

Expand Down Expand Up @@ -70,14 +74,14 @@ If using the openHAB cloud, these should be set to those login credentials.
### Application Settings

### Certificates
Provide a client side certificate in P12 format for use in client side authentication setups.
Allows the installation of p12 formatted certificates for use in client side authentication setups.

To install a client certificate, rename the certificate with the extension `.ohp12`, then send it to your iOS device (airdrop, icloud, dropbox, etc..), then open/save and select `openHAB` from the "Open In" menu (you may need to select "More..." to see all apps).

To delete a certificate, swipe left on the certificate name in the certificate menu

If using openssl v3 make sure to add `-legacy -certpbe pbeWithSHA1And40BitRC2-CBC` to the pk12 export command
See https://github.com/openssl/openssl/issues/19871
If using openssl v3 to generate certificates, make sure to add `-legacy -certpbe pbeWithSHA1And40BitRC2-CBC` to the pk12 export command.
See https://github.com/openssl/openssl/issues/19871 for more information on V3 compatibility with Apple products.

### Idle Timeout
Useful for wall or fixed installations, will disable the Idle screen timeout.
Expand Down
Loading