.PEM files installation

.PEM files installation

am 11.04.2005 13:28:20 von alberique

Hi!

We are working in an ASP application which is going to receive RSA
encrypted strings from another application.
The other application administrator send us two files (app-public.pem
and app-private.pem) and the password for the private key.

What should we do with the .pem files?
Should we just instal private key or both?
Is needed to convert .pem format to another?

It this forum isn't the appropiate for our questions, could you tell
us where find some information?

Thanks for your help.

Alberique.

Re: .PEM files installation

am 12.04.2005 20:40:58 von AK

alberique@gmail.com wrote:
> Hi!
>
> We are working in an ASP application which is going to receive RSA
> encrypted strings from another application.
> The other application administrator send us two files (app-public.pem
> and app-private.pem) and the password for the private key.
>
> What should we do with the .pem files?
> Should we just instal private key or both?
> Is needed to convert .pem format to another?
>
> It this forum isn't the appropiate for our questions, could you tell
> us where find some information?
>
> Thanks for your help.
>
> Alberique.

Alberique,

You need to use openssl to convert the .pem files to the format that
your server accepts. One you complete the conversion, you would import
the key pair into your certificate manager and assign it to the instance
where it should exist.

AK