1

How can I export a certificate as a .pem file?

Stevoisiak
  • 23,794
  • 27
  • 122
  • 225
alongquan
  • 151
  • 2
  • 4
  • 13

1 Answers1

0

Following link is has a code snippet to export a certificate to a PEM format string:

Exporting a Certificate as BASE-64 encoded .cer

Please have a look.

Community
  • 1
  • 1
Rupali K
  • 66
  • 2