Home Kasm SSL
Post
Cancel

Kasm SSL

Summary

How to configure Kasm with SSL cetificate.

Instructions

Stop Kasm Services

1
sudo /opt/kasm/bin/stop

Replace certificate

1
2
sudo cp cfwild.crt /opt/kasm/current/certs/kasm_nginx.crt
sudo cp cfwild.key /opt/kasm/current/certs/kasm_nginx.key

Start Kasm Services

1
sudo /opt/kasm/bin/start
This post is licensed under CC BY 4.0 by the author.