<?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 Re: Can ArcGIS Enterprise be deployed from CloudFormation using self-certified SSL certificate? in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/can-arcgis-enterprise-be-deployed-from/m-p/1002761#M28937</link>
    <description>&lt;P&gt;Hi David&lt;/P&gt;&lt;P&gt;How did you reference your ACM certificate in your CloudFormation script?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
    <pubDate>Wed, 18 Nov 2020 22:30:09 GMT</pubDate>
    <dc:creator>MikeSchonlau</dc:creator>
    <dc:date>2020-11-18T22:30:09Z</dc:date>
    <item>
      <title>Can ArcGIS Enterprise be deployed from CloudFormation using self-certified SSL certificate?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/can-arcgis-enterprise-be-deployed-from/m-p/171074#M6796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone here successfully installed ArcGIS Enterprise 10.7.1 (or actually any version) in AWS&amp;nbsp; with a self-signed SSL certificate? I have tried using the CloudFormation stack in the AWS marketplace and the Windows ConfigurationBuilder client. Both have failed. ConfigurationBuilder complains that the certificate can't be chained to a trusted authority. This deployment is for a in internal sandboxed use, so I don't need it to be linked to a global CA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone has any tips, including an alternate deployment path than the two I mention, I will be grateful to hear them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2020 21:18:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/can-arcgis-enterprise-be-deployed-from/m-p/171074#M6796</guid>
      <dc:creator>JohnFelleman</dc:creator>
      <dc:date>2020-08-21T21:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can ArcGIS Enterprise be deployed from CloudFormation using self-certified SSL certificate?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/can-arcgis-enterprise-be-deployed-from/m-p/171075#M6797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A href="https://community.esri.com/migrated-users/406849"&gt;John Felleman&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;we have recently been successful building HA ArcGIS Enterprise 10.7.1 in AWS using custom CloudFormation scripts.&lt;BR /&gt;We started with the Esri supplied template, and re-used the Esri supplied AMI, but have deployed across multi tiers. Portal, Server, Relational Data Store and Tile Cache Data Store all on different EC2 instances (two at each tier for HA).&lt;/P&gt;&lt;P&gt;We have one environment using Web Adaptors (on the Portal Tier) and another where we did not include Web Adaptors (to match the FQDN of the environment from which we migrated).&lt;/P&gt;&lt;P&gt;To answer your question, we can use the self signed certificate on all tiers, but &lt;SPAN style="text-decoration: underline;"&gt;only&lt;/SPAN&gt; if we used an ACM hosted certificate registered with an Application Load Balancer associated with the FQDN for the site in&amp;nbsp;the DNS (Route53 in our case)&amp;nbsp;&lt;/P&gt;&lt;P&gt;That way, the ALB presents a valid and recognised certificate to the client, but directs through the request on HTTPS to the EC2 instances and does not itself care that the underlying web servers are only using self signeds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In our case, the organisation is OK to use ACM public certificates and as such, do not need to import "private" external CA signed certificates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Aug 2020 06:50:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/can-arcgis-enterprise-be-deployed-from/m-p/171075#M6797</guid>
      <dc:creator>DavidHoy</dc:creator>
      <dc:date>2020-08-22T06:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can ArcGIS Enterprise be deployed from CloudFormation using self-certified SSL certificate?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/can-arcgis-enterprise-be-deployed-from/m-p/1002761#M28937</link>
      <description>&lt;P&gt;Hi David&lt;/P&gt;&lt;P&gt;How did you reference your ACM certificate in your CloudFormation script?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 22:30:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/can-arcgis-enterprise-be-deployed-from/m-p/1002761#M28937</guid>
      <dc:creator>MikeSchonlau</dc:creator>
      <dc:date>2020-11-18T22:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Can ArcGIS Enterprise be deployed from CloudFormation using self-certified SSL certificate?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/can-arcgis-enterprise-be-deployed-from/m-p/1087883#M30884</link>
      <description>&lt;P&gt;Hey David,&lt;/P&gt;&lt;P&gt;In your deployments where you do not use a web adaptor, are you able to customize the URL paths to portal for example? We have only been able to successfully setup routing to&amp;nbsp;&lt;EM&gt;&lt;A href="https://portal.domain.com/arcgis/home" target="_blank"&gt;https://portal.domain.com/arcgis/home&lt;/A&gt;&amp;nbsp;&lt;/EM&gt;for example, but we cannot get &lt;EM&gt;&lt;A href="https://portal.domain.com/portal/home" target="_blank"&gt;https://portal.domain.com/portal/home&lt;/A&gt;&amp;nbsp;&lt;/EM&gt;to route correctly. Are we doing something wrong? Or is this a limitation / intended design?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 13:22:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/can-arcgis-enterprise-be-deployed-from/m-p/1087883#M30884</guid>
      <dc:creator>JoeCristee</dc:creator>
      <dc:date>2021-08-11T13:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Can ArcGIS Enterprise be deployed from CloudFormation using self-certified SSL certificate?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/can-arcgis-enterprise-be-deployed-from/m-p/1091138#M30981</link>
      <description>&lt;P&gt;Hi Joe&lt;/P&gt;&lt;P&gt;I have personal experience where we have been able to route to&amp;nbsp;&lt;EM&gt;&lt;A href="https://portal.domain.com/portal/home" target="_blank" rel="nofollow noopener noreferrer"&gt;https://portal.domain.com/portal/home&lt;/A&gt;&amp;nbsp;without a web adaptor, but only within Azure using Azure Gateway, in AWS using ALB we cant do it because you need a URL rewrite functionality that AWS ALB does not provide.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 06:42:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/can-arcgis-enterprise-be-deployed-from/m-p/1091138#M30981</guid>
      <dc:creator>DavidHoy</dc:creator>
      <dc:date>2021-08-23T06:42:01Z</dc:date>
    </item>
  </channel>
</rss>

