I'm currently trying to set up SSL (create a secure website) using MAMP 6.6 on a Mac that's running Monterey 12.4. I have been able to create all of the necessary files (including the server root certificate), but seem to be having trouble when trying to implement them.
Listed below are the files I've created:
local-ca.keylocal-ca.pemlocal-ca.srlserver.crtserver.crtserver.csrserver.keyv3.ext
I've looked at a bunch of blogs explaining how to set up SSL, but have had no luck with any of the files I've created. I have already set my IP address so it routes through the domain name that I've bought (through GoDaddy). This wouldn't have anything to do with me not being able to set up a secure website, would it?
I've fiddled with the httpd.conf file and the httpd-ssl.conf file via the information given on the blogs and videos I referenced, but no luck. If anyone has any advice I'd appreciate it.