<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to convert to PEM?</title><link>https://community.appian.com/discussions/f/integrations/17123/how-to-convert-to-pem</link><description>I&amp;#39;m trying to set up an integration for the first time. I&amp;#39;m getting an error stating that I need to upload the external server&amp;#39;s SSL certificate to the list of Trusted Server Certificates. I found the SSL information appian requires (see below), but I</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to convert to PEM?</title><link>https://community.appian.com/thread/67516?ContentTypeID=1</link><pubDate>Wed, 19 Jun 2019 16:36:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:86dc3985-7ca1-4d36-94f9-f175eaa33474</guid><dc:creator>davel001150</dc:creator><description>&lt;p&gt;I don&amp;#39;t know what the result would be if you changed the file suffix from .txt to .pem in Windows.&lt;/p&gt;
&lt;p&gt;I would do that to a copy of the certificate and upload the converted copy to avoid permanently corrupting it. (Assuming of course that it wasn&amp;#39;t permanently corrupted when it got saved as text in the first place)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to convert to PEM?</title><link>https://community.appian.com/thread/67506?ContentTypeID=1</link><pubDate>Wed, 19 Jun 2019 15:49:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4b1e07d2-82a2-4d76-ac07-e4b68655771c</guid><dc:creator>RajHasti</dc:creator><description>&lt;p&gt;What is TXT means. I know we have these format pfx,jks,pem,crt,cert but not sure on TXT&lt;/p&gt;
&lt;p&gt;Any how You can use openssl to covert it to .pem&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1.Download openssl and install it in your windows&lt;/p&gt;
&lt;p&gt;2.go to command prompt&amp;nbsp; and go to openssl directory where you installed&lt;/p&gt;
&lt;p&gt;3.Run following commands to convert ( which is for pfx certificates)&lt;/p&gt;
&lt;p&gt;openssl pkcs12 -in AppianTS.pfx -out AppianTS.pem -clcerts&lt;/p&gt;
&lt;p&gt;or&amp;nbsp; for .cer to pem&lt;/p&gt;
&lt;p&gt;openssl x509 -in pd.test.cer -out test .pem -outform PEM&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;There are lot of examples available online please do some search converting to pem using openssl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>