Skip to content

Commit 4426ce1

Browse files
authored
Readme Update (#779)
Signed-off-by: Dan Cunningham <[email protected]>
1 parent 8a6615d commit 4426ce1

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Diff for: README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
This is the IOS native client for openHAB.
1010

11+
<p float="left">
12+
<img alt="Main UI" src="./doc/mainui.png" width="200">
13+
<img alt="Sitemap" src="./doc/sitemap.png" width="200">
14+
</p>
1115

1216
## Download
1317

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

7276
### Certificates
73-
Provide a client side certificate in P12 format for use in client side authentication setups.
77+
Allows the installation of p12 formatted certificates for use in client side authentication setups.
7478

7579
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).
7680

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

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

8286
### Idle Timeout
8387
Useful for wall or fixed installations, will disable the Idle screen timeout.

0 commit comments

Comments
 (0)