- openssl genrsa 1024 > username-env-pk.pem
- pk stands for private key
- openssl req -new -x509 -nodes -sha1 -days 365 -key username-env-pk.pem -outform PEM > username-env-cert.pem
- lasts for 365
- Paste username-env-cert.pem in to the AWS Signing Certificates area for that user
- Give user both username-env-pk.pem and username-env-cert.pem, and wish them luck
Showing posts with label genrsa. Show all posts
Showing posts with label genrsa. Show all posts
Friday, 15 March 2013
Generate IAM certs for users on AWS
Labels:
api,
aws,
certificates,
certs,
ec2,
genrsa,
iam,
openssl,
pem,
private key,
public key,
rest,
signing
Subscribe to:
Posts (Atom)
Interview questions: 2020-12
Terraform provider vs provisioner Load balancing Network Load Balancer vs Application Load Balancer Networking Layer 1 vs Layer 4 haproxy u...
-
CRITICAL: AWS now offers internal VPC DNS! Below is no longer necessary AFAIK. Woo hoo! http://aws.amazon.com/about-aws/whats-new/2014/...
-
build sudo apt-get install git gcc sudo apt-get install automake autoconf git clone git://github.com/rriley/tsunami-udp.git cd tsunam...
-
From: https://bugs.eclipse.org/bugs/show_bug.cgi?id=382972#c4 Assumptions: jEdit was installed into /Applications directory. Close any...