Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<VirtualHost secure.you.com:443>
SSLEngine on
SSLCertificateFile /path/to/apache/conf/ssl.crt/secure.you.com.crt
SSLCertificateKeyFile /path/to/apache/conf/ssl.key/server.key
</VirtualHost>