Installing a valid certificate¶
Genymotion Device image 10.0.0
Due to a bug with acme services, domain names with subdomains are not supported with , we recommend using
if you wish to use TLS/SSL certificates.
To remove the security warning when accessing an instance user interface, you must install a trusted certificate.
If you already have a SSL certificate, you can refer to this git repository to install it. Otherwise, follow the steps below.
Generate a certificate¶
Warning
You must have a valid and available domain name to generate a valid certificate.
If you do not have any certificates, we developed a service that generates a certificate from Let's encrypt servers and installs it directly in the instance.
Prerequisite¶
The Let's encrypt service must be able to communicate with the instance during the certificate generation process. To do so:
- Your instance must have a Public IP
- Inbound HTTP (port 80) must be open to all (0.0.0.0/0) during the process
Installation steps¶
- Add an allow HTTP (port 80) to all (0.0.0.0/0) to your security group/firewall inbound rules
-
From the instance user interface, go to Configuration:
-
In the SSL Certificate section, input your domain name and click GENERATE CERTIFICATE:
-
Once finished, remove the HTTP allow to all inbound rule from your security group/firewall