Hi, Guys!
I want to automatic setup SSL within ghost install --no-prompt. I’m trying something like it:
ghost install --url https://$url --admin-url https://$admin_url/admin --db mysql --dbhost $endpoint --dbuser $username --dbpass $password --dbname $database --process systemd --no-prompt
Is necessary something else. Or just pass HTTPS in --url and --admin-url will works fine?
BR,