Apple Search Ads | Apple Developer Documentation

Topics

Essentials

Implementing OAuth for the Apple Search Ads API

Manage secure access to Search Ads accounts.

Generate a Private Key

API users need to create a private key. If you’re using MacOS or a UNIX-like operating system, OpenSSL works natively. If you’re on a Windows platform, you need to download OpenSSL.

openssl ecparam -genkey -name prime256v1 -noout -out private-key.pem

Hello, I'm interested in finding out how to generate a private key for the terminal.app with the inline code I specified in my post for the referred documentation topic.

Best Regards