Skip to content

M-Shabrawy/Oracle-OCI-Audit-Log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oracle-OCI-Audit-Log

Python Script to collect Oracle Cloud Audit log

#Generate Private Key openssl genrsa -out oci_api_key.pem -aes128 2048

Enter Password

#Generate Public Key openssl rsa -pubout -in oci_api_key.pem -out oci_api_public_key.pem

Enter PrivKey Password

#Get Key Fingerprin openssl rsa -pubout -outform DER -in oci_api_key.pem | openssl md5 -c

openssl rsa -in oci_api_key.pem -out oci_api_key.dec

About

Python Script to collect Oracle Cloud Audit log

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages