The issue is in my case that I have two ip addresses one for wifi, one for ethernet.
When issueing the command extracted from the script "/usr/sbin/wayvnc-generate-keys.sh"it returns two ip-addresses, the script "/usr/sbin/wayvnc-generate-keys.sh" expects only one.
after copying the script and removing the redirect to the eternal bitbucket the openssl error becomes clear:
Openssl keygeneration breaks with an error, indicated by the line "req: Use -help for summary."I copied the script to my homedir and changed the openssl command to use the two ip-addresses.
When issueing the command extracted from the script "/usr/sbin/wayvnc-generate-keys.sh"
Code:
ip a | awk '$1=="inet" && $2 != "127.0.0.1/8" {split($2, a, "/"); print a[1]}'
after copying the script and removing the redirect to the eternal bitbucket the openssl error becomes clear:
Openssl keygeneration breaks with an error, indicated by the line "req: Use -help for summary."
Code:
sudo ./wayvnc-generate-keys.sh Generating TLS Credentials...req: Use -help for summary.chown: cannot access '/etc/wayvnc/tls_key.pem': No such file or directorychown: cannot access '/etc/wayvnc/tls_cert.pem': No such file or directorychmod: cannot access '/etc/wayvnc/tls_key.pem': No such file or directorychmod: cannot access '/etc/wayvnc/tls_cert.pem': No such file or directoryDone
Statistics: Posted by rkkloosterman — Wed Jan 24, 2024 3:44 am