these instructions got me 99% of the way there in MAMP 7, but i was still getting an apache error when i started the server - to get it running i commented out these lines in httpd-ssl.conf
:
#SSLSessionCache "dbm:/Applications/MAMP/Library/logs/ssl_scache"
#SSLSessionCache "shmcb:/Applications/MAMP/Library/logs/ssl_scache(512000)"
#SSLSessionCacheTimeout 300
thanks for posting.