Installing HTTPS certificate

Can 000webhost Support Team help me installing https certificate on my website? CloudFlare says to add some lines to Nginx virtual hosts file:

server {
listen 80;
listen 443;

      ssl        on;
      ssl_certificate         /path/to/your_certificate.pem;
      ssl_certificate_key     /path/to/your_key.key;

      server_name    your.domain.com;
      access_log     /var/log/nginx/nginx.vhost.access.log;
      error_log      /var/log/nginx/nginx.vhost.error.log;
      location / {
      root     /home/www/public_html/your.domain.com/public/;
      index    index.html;
      }

}

Is it real on this hosting?

Upgrade to Hosting24.com to have SSL implemented.