The team is now working on the WordPress Interactivity API. This unblocks the same UX Frontity framework enabled but directly in WordPress Core, fully compatible with the new Site Editor.
I have a WordPress site is installed in VPS and SSL already.
I have Frontity is deployed in another VPS.
Without Cloudflare or Zeit, how can I issue the SSL certificate for the Frontity production site?
I don’t have see any official tutorials of it.
403page2
Hey @cuongtalentccc!
Do you have a seperate domain/subdomain setup on the Frontity VPS or is it just a bare IP?
What operating system/server are you running on there (ubuntu/apache)? I’m thinking Let’s Encrypt would be super useful, you can self serve a free cert right on your VPS.
The embedded mode plugin (theme bridge) might be a good option if you don’t already have a domain setup too.
I can give you detailed instructions if you answer the above.
cuongtalentccc3
Thanks @403page in advance,
The domain is separate of course.
Wordpress is installed in subdomain like this wp.mydomain.com in VPS with Ubuntu 18.04/Nginx Web Server.
The Frontity is installed in another VPS and I connected it already.
But no SSL the site cannot live.
2 Likes
403page4
Awesome. Is the VPS with frontity Ubuntu aswell? And do you have a server like Apache or nginx on there?
1 Like
cuongtalentccc5
Frontity is in VPS use Ubuntu as well. No Nginx web server because of Frontity does not require Nginx.