Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
2 years agoGenerating RSA Keys
Hi, I am trying to generate a couple of keys to sign some URLs in cloudfront, according to the https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-trusted-signers.html?...
amaridev
2 years agoNew Contributor
What you are requesting is called PEM format, PKCS#8 to be more specific.
Unfortunatly 1Password doesn't allow the export in different formats. You have to convert it yourself.
Easiest solution is to save it to a file and then convert it with ssh-keygen. If you use the 1pw cli tool you can also pipe it directly into ssh-keygen.
ssh-keygen -f key.pub -e -m pem