20. Deploying to Production
We now have ProcessMaker running in the cloud and we are ready to share our new process with others. However, you might have noticed that we access the server using the IP address, which might not always be easy to remember. We will want to give our server a domain name that can be easily remembered. Also, it is recommended to encrypt data between public web servers and the clients accessing them using SSL.
In the next sections, we will get a free domain name for our server from Freenom and a free SSL certificate from Let’s Encrypt. Once we have that ...