This certificate and key are examples only. Do not use them for production or
public network exposure. You are free to create and use your own keys.

You can build your own certificate by editing openssl-san.conf according to
your desired DNS names and IP addresses, then running:

openssl req -x509 -nodes -days 365 \
  -newkey rsa:2048 \
  -keyout hyprtile-remoteviewer.key \
  -out hyprtile-remoteviewer.crt \
  -config openssl-san.conf
