<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.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/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>AWS Certificates</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/49998/aws-certificates</link><description>Hi! 
 I&amp;#39;ve been trying to connect the nRf9160 to an AWS IoT account following the directions here https://github.com/NordicPlayground/fw-nrfconnect-nrf/tree/master/samples/nrf9160/aws_fota 
 and I keep getting certificates building errors. Help!</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 19 Jul 2019 13:21:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/49998/aws-certificates" /><item><title>RE: AWS Certificates</title><link>https://devzone.nordicsemi.com/thread/199551?ContentTypeID=1</link><pubDate>Fri, 19 Jul 2019 13:21:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31ec051b-592f-46a9-9265-0b713219c1c5</guid><dc:creator>Karma</dc:creator><description>&lt;p&gt;Thanks a lot !&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: AWS Certificates</title><link>https://devzone.nordicsemi.com/thread/199426?ContentTypeID=1</link><pubDate>Fri, 19 Jul 2019 07:20:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bc063d40-726e-44cf-b692-8d3b15e219b2</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;The certificates should be added as strings, so you need to format your certificate like this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;#define CERTIFICATE \
&amp;quot;---BEGIN CERTIFICATE---\n&amp;quot;\
&amp;quot;A-BUNCH-OF-SEEMINGLY-RANDOM-CHARACTERS\n&amp;quot;\
&amp;quot;MORE-CHARACTERS-ON-A-NEW-LINE\n&amp;quot;\
&amp;quot;---END CERTIFICATE---\n&amp;quot;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Didrik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>