Finding an SPI Public Key Fingerprint
Your public key fingerprint, which is in xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx
format, can be found on your profile page in the Compute Web UI or through a terminal using the following OpenSSL commands:
Linux and macOS:
openssl rsa -pubout -outform DER -in ~/.oci/oci_api_key.pem | openssl md5 -c
Microsoft Windows:
openssl rsa -pubout -outform DER -in \.oci\oci_api_key.pem | openssl md5 -c