mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-17 13:21:44 +01:00
get fingerprint
This commit is contained in:
parent
72da1191fc
commit
be93dfb55f
@ -123,6 +123,7 @@ if [ "$1" = "menu" ]; then
|
||||
# set the title for the dialog
|
||||
dialogTitle=" ${APPID} "
|
||||
localIP=$(hostname -I | awk '{print $1}')
|
||||
fingerprint=$(openssl x509 -in /mnt/hdd/app-data/nginx/tls.cert -fingerprint -noout | cut -d"=" -f2)
|
||||
|
||||
# basic info text - for a web app how to call with http
|
||||
dialogText="Open in your local web browser:
|
||||
|
Loading…
x
Reference in New Issue
Block a user