1

How to convert .arm certificate file to pem format?

I think .arm format ist used in IBM WebSphere, and I get certificates/public keys in these format. How can I convert there files to .pem or something?

Igor Mukhin
  • 175
  • 3
  • 6
  • What do the "arm" certs look like? Maybe they are already pem with a different extension. – Mark Wagner Oct 07 '10 at 23:00
  • Thanks. You are right, it is already pem-format. I just needed to rename them into .pem. Please write it as an answer. I will accept it. – Igor Mukhin Oct 08 '10 at 10:19

1 Answers1

2

.arm certs are the same thing as .pem certs, just rename it.

Aaron
  • 2,968
  • 1
  • 23
  • 36