localhost Zertifikat (https) in MAMP

Um eine Oauth Login Applikation zu testen, habe ich auf meinem lokalen Mac Testsystem unter MAMP eine HTTPS localhost URL benötigt. Die Konfiguration war erstaunlich einfach. 1.) Zertifikat anlegen – z.B. in /Applications/MAMP/conf/apache openssl req -days 900 -x509 -out server.crt -keyout server.key \ -newkey rsa:2048 -nodes -sha256 \ -subj ‚/CN=localhost‘ -extensions EXT -config