-
-
Save marcelobbfonseca/9a15ca45d436fb5d37b538358c100286 to your computer and use it in GitHub Desktop.
RSA keys in .env file example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PRIVATE_KEY="-----BEGIN RSA PRIVATE KEY-----\ndasdasdadasdasdasdasdasdasdasdadasdasdadasa\nhuehuauhhuauhahuauhauahuauhehuehuauheuhahue\n-----END RSA PRIVATE KEY-----\n" | |
PUBLIC_KEY="-----BEGIN RSA PUBLIC KEY-----\nminemineminemineminemineminemineminemineminemine\nhuehuauhhuauhahuauhauahuauhehuehuauheuhahue\n-----END RSA PUBLIC KEY-----\n" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment