SSL - TwoGears/hakomo-guides GitHub Wiki
Everything about SSL
Read Me
SSL should be employed with all development we do. It is a certificate that is installed on the server (and/or cloudflare).
SSL can be signed by a guarantee company, then you have to pay early to get the green lock in the browser. OR SSL can be signed by yourself if you don't need the green lock (usually for app apis)
Do not develop locally on http and then publish https. Use Self-signed certificate for development and localhost access.