<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Problems when passing a certificate to WFA commands in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Problems-when-passing-a-certificate-to-WFA-commands/m-p/114784#M20404</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to install a certificate on a clustered Data ONTAP controller with help of WFA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I insert a certificate (pem format) in a user input field of type string and pass this input via a variable into a WFA command then "Install-NcSecurityCertificate" is throwing error "Failed to read Certificate". When I use "Install-NcSecurityCertificate" in power shell CLI then the same certificate (pem format) works fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I asume that WFA is changing the content of the string input field (especially the newline characters). But I am not sure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anybody help me with this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Walter&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jan 2016 13:36:30 GMT</pubDate>
    <dc:creator>kiessl</dc:creator>
    <dc:date>2016-01-19T13:36:30Z</dc:date>
    <item>
      <title>Problems when passing a certificate to WFA commands</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Problems-when-passing-a-certificate-to-WFA-commands/m-p/114784#M20404</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to install a certificate on a clustered Data ONTAP controller with help of WFA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I insert a certificate (pem format) in a user input field of type string and pass this input via a variable into a WFA command then "Install-NcSecurityCertificate" is throwing error "Failed to read Certificate". When I use "Install-NcSecurityCertificate" in power shell CLI then the same certificate (pem format) works fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I asume that WFA is changing the content of the string input field (especially the newline characters). But I am not sure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anybody help me with this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Walter&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2016 13:36:30 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Problems-when-passing-a-certificate-to-WFA-commands/m-p/114784#M20404</guid>
      <dc:creator>kiessl</dc:creator>
      <dc:date>2016-01-19T13:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problems when passing a certificate to WFA commands</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Problems-when-passing-a-certificate-to-WFA-commands/m-p/114792#M20407</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;user input field &amp;nbsp;is usually used to provide single line of text, and it&amp;nbsp;will&amp;nbsp;remove end of line characters. As a workaround, you can specify the certificate file name in user input, and read the file content inside the powershell command, and then&amp;nbsp;pass it to Install-NcSecurityCertificate Cmdle&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2016 16:14:47 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Problems-when-passing-a-certificate-to-WFA-commands/m-p/114792#M20407</guid>
      <dc:creator>rkiran</dc:creator>
      <dc:date>2016-01-19T16:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problems when passing a certificate to WFA commands</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Problems-when-passing-a-certificate-to-WFA-commands/m-p/136791#M24803</link>
      <description>&lt;P&gt;I am actually having this cannot read certificate error from the PowerShell CLI.&amp;nbsp; Any suggestions?&amp;nbsp; I am reading the contents of the file in to a variable.&amp;nbsp; I have tried several different ways and still no luck.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2017 17:33:58 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Problems-when-passing-a-certificate-to-WFA-commands/m-p/136791#M24803</guid>
      <dc:creator>jet</dc:creator>
      <dc:date>2017-12-15T17:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problems when passing a certificate to WFA commands</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Problems-when-passing-a-certificate-to-WFA-commands/m-p/136853#M24810</link>
      <description>&lt;P&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/26009"&gt;@jet&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am actually having this cannot read certificate error from the PowerShell CLI.&amp;nbsp; Any suggestions?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-----&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Yes, the only suggestion I can give right now is to provide your code. Otherwise its like asking help to solve&amp;nbsp; "who killed Martha" when you haven't even told what is the story.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You said said you have tried different ways. So provide some of those ways and we can see what mistakes were&amp;nbsp; being made.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 12:09:38 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Problems-when-passing-a-certificate-to-WFA-commands/m-p/136853#M24810</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2017-12-20T12:09:38Z</dc:date>
    </item>
  </channel>
</rss>

