You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When "Running noVNC from Snap as a Service" I can't define the cert and key values to use SSL.
Now the workaround I have found is to create a file /var/snap/novnc/current/self.pem which contains the cert and key files.
Describe the solution you'd like
Would it be possible to include in "Running noVNC from Snap as a Service" the values to define the certificate and key and Snap use them?
For example:
sudo snap get novnc services.n8443
Key Value
services.n8443.listen 8443
services.n8443.vnc ubuntu.example.com:5901
services.n8443.cert ~jsmith/snap/novnc/current/self.crt
services.n8443.key ~jsmith/snap/novnc/current/self.key
Thank you very much for the great job!
The text was updated successfully, but these errors were encountered:
I'm not familiar with how snap works either. I found the file [https://github.com/novnc/noVNC/blob/master/snap/local/svc_wrapper.sh] where I think you can add the arguments, but I think you have to recreate the snap. Am I right?
@tkedwards In my fork [https://github.com/ToniCumplidoUAB/noVNC] I have added a proposed svc_wrapper.sh, but I can't get it to access the cert and key files out of the snap. If you want you can take a look at it for inspiration. Thanks!
Is your feature request related to a problem? Please describe.
When "Running noVNC from Snap as a Service" I can't define the cert and key values to use SSL.
Now the workaround I have found is to create a file /var/snap/novnc/current/self.pem which contains the cert and key files.
Describe the solution you'd like
Would it be possible to include in "Running noVNC from Snap as a Service" the values to define the certificate and key and Snap use them?
For example:
Thank you very much for the great job!
The text was updated successfully, but these errors were encountered: