Quantcast
Channel: Sameer Shaik. B.E,M.S,M.B.A,P.M.P,C.S.M
Viewing all articles
Browse latest Browse all 191

Create public key for Oracle Cloud API access.

$
0
0


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.




Viewing all articles
Browse latest Browse all 191

Trending Articles