- 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
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:
Post Comments (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...
-
kubectl --cert=/tmp/tls.crt --key=/tmp/tls.key create secret tls tls-wc-ingress
-
apt-get install exim4 dpkg-reconfigure exim4-config Select: internet site; mail is sent and received directly using SMTP IP-addresses...
-
NOTE: unbound is now available via epel repo on Amazon Linux install requirements yum groupinstall "Development Tools" yum i...
No comments:
Post a Comment
Note: only a member of this blog may post a comment.