shaikprod@shaikprod ~
$ mkdir .oci
shaikprod@shaikprod ~
generate the private key
$ openssl genrsa -out ~/.oci/oci_api_key.pem 2048
Generating RSA private key, 2048 bit long modulus
..................+++
....................................+++
e is 65537 (0x10001)
generate public key:
shaikprod@shaikprod ~
$ openssl rsa -pubout -in ~/.oci/oci_api_key.pem -out ~/.oci/oci_api_key_public.pem
writing RSA key
add the keys into the user's profile.