User Tools

Site Tools


aws_how_to

This is an old revision of the document!


Amazon Cloud How to

These are the commands i have used during my course of action.

Sending Regular SSL / Key / Bundle to ELB

Forget what they say and print on form.

Format require -

  • Key - RSA
  • CRT - x509
  • CA Bundle - What ever supplied.

Usually that's the standard form of information you have used on Apache so just use it.

NOTE : - In case your key through an error try using following command

openssl rsa -in www.k2patel.in.key -text

Now look at the end you will see RSA Cert with standard Enclosure “—– <TYPE> —–”

Now if you have PKCS12 Exported Certs then please follow instruction below to get key / certs.

| Extracting Keys
openssl pkcs12 -nocerts -in export_test.p12 -out www.k2patel.in.key
| Extracting Certificate
openssl pkcs12 -clcerts -nokeys -in export_test.p12 -out www.k2patel.in.crt

For further Help see “openssl pkcs12 –help”

Now you need to convert key to RSA.

| converting previously generated key to RSA
openssl rsa -in www.k2patel.in.key -out www.k2patel.in.RSA.key
aws_how_to.1319645522.txt.gz · Last modified: 2020/08/10 02:28 (external edit)