Azure / AzureStack-QuickStart-Templates

Quick start ARM templates that deploy on Microsoft Azure Stack
http://aka.ms/AzureStackGitHub
MIT License
564 stars 718 forks source link

Am not getting the domainNameLabel correct #464

Open mclagett opened 4 years ago

mclagett commented 4 years ago

Hope it's okay to post a general question here that is not really an issue, but more my lack of understanding on what is being expected. I'm following this post on the Dell site (https://community.emc.com/docs/DOC-80070) to prepare and run this template. The writer said that the value for the Domain Name Label parameter in the setup script must be used as the CN in the SSL certificate that is created. In his example he has this value as "CN=cseregistry.rack04.cloudapp.azs.mhclabs.com". So in my setup script (and in my certificate) I used the value of "csregistry.local.cloudapp.azurestack.external", as this seemed comparable for my Azure Stack SDK environment. But when I run the deploy script, the deployment fails, complaining that "The domain name label csregistry.local.cloudapp.azurestack.external is invalid. It must conform to the following regular expression: ^[a-z][a-z0-9-]{1,61}[a-z0-9]$." Obviously I am misunderstanding something. Can anyone set me straight on this?