This will generate the private and public keys you will need to sign and verify your license. The generated keys will be stored in memory. If you upload a private or a public key from a file, the keys in memory will be overriden by the keys loaded from the files.
Request
Query Params
Responses
🟢200Success
application/json
Body
🔴500Cipher Unavailable
🟠400Unsupported Cipher Sizes
🟠400Empty Cipher Field
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://license3j-api.onrender.com/api/key/generatekeys?cipher=RSA/ECB/PKCS1Padding&size=1024'
Response Response Example
200 - Success
{"status":"Keys have been generated in memory. Download and save them to a secure location if you plan to use them for signing a license"}