Generating an RSA key pair
Ensure your private key stored in a secure encrypted location and never expose the key to anyone
Gaining access to your access key + private key essentially grants full access to your account
openssl req -new -newkey rsa:4096 -nodes \
-keyout orzcash-access.private -out orzcash-access.csr
Modified at 2022-12-29 06:09:31