All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tlicensing.netlicensing-client-demo.2.10.0-jdk17.source-code.generate-keys.sh Maven / Gradle / Ivy

#!/bin/sh

echo Generate private key...
openssl genpkey -algorithm RSA -out rsa_private.pem -pkeyopt rsa_keygen_bits:2048

echo Generate public key...
openssl rsa -in rsa_private.pem -pubout -out rsa_public.pem




© 2015 - 2024 Weber Informatics LLC | Privacy Policy