I'm trying to get started with Safari extension development, but I keep getting the "No Safari Extension Developer Certificate" error.
I followed the openssl instructions here: making CSR certificates in Windows (7)
I uploaded the CSR file to developer.apple.com, I downloaded the generated file and installed it in Personal and Trusted Root Certification Authorities stores. Nothing happens in the extension builder.
The top response here makes me think: Safari doesn't detect my Extension Certificate
It says "on another machine you don't have the private key associated with the cert".
I see the openssl command generated a private key file for me. Do I need to use it somewhere in Safari or somewhere else in the operating system?
I've been trying for a full day now and I'm getting a feeling like I'm missing something obvious here. Can you suggest what it could be?