App private keys
Each ICR app needs at least on RSA keypair. The keypair identifies an app and is the way your app authenticates app specific requests to ICR servers
About private keys for ICR apps
Generating private keys
Verifying private keys

openssl rsa -in PATH_TO_PEM_FILE -pubout | openssl sha256 -binary | openssl base64
Deleting private keys
Storing private keys
Last updated