How to include SSL certificate files in Apache Server running using MAMP
I have created SSL certificate in order to use https instead of http for localhost. The instructions I followed are here: https://medium.freecodecamp.org/how-to-get-https-working-on-your-local-development-environment-in-5-minutes-7af615770eec I still have the last step which is to include the certificate files (server.crt and server.key) in server.…