@ocalle yes you can, if you have an SSL certificate installed on your server. After generating your app, locate the config.php in the project root folder, delete, comment or replace the line 👇
define('SITE_ADDR' , $site_addr);
with this 👇
define('SITE_ADDR' , "https://example.com");
replacing https://example.com with your own site address.