How to generate the EC2 cerificate
Posted
by
user192048
on Stack Overflow
See other posts from Stack Overflow
or by user192048
Published on 2011-02-27T14:59:31Z
Indexed on
2011/02/27
15:24 UTC
Read the original article
Hit count: 198
amazon-ec2
While setting up the EC2 access, it seems I need two files, the private key and ec2 certificate.
$ export EC2_PRIVATE_KEY=~/.ec2/pk-HKZYKTAIG2ECMXYIBH3HXV4ZBZQ55CLO.pem
$ export EC2_CERT=~/.ec2/cert-HKZYKTAIG2ECMXYIBH3HXV4ZBZQ55CLO.pem
However, I did not find anywhere I could download or create the key.
from the documentation:
The command line tools need access to the private key and X.509 certificate you generated after signing up for the Amazon EC2 service.
I probably missed that, Is it possible to generate it again
© Stack Overflow or respective owner