Skip to content

ADOS / VSTS Extension for adding a .PFX and Custom Domains to an App Service in Azure.

License

Notifications You must be signed in to change notification settings

rdeveen/ados-extension-ssl-custom-domain

 
 

Repository files navigation

ADOS Extension: Install SSL and custom domains

How to use:

  1. Upload a .PFX file as a secure file in your projects library.
  2. Create a secret variable with the password of that .PFX file.
  3. Add the Download Secure File to the release definition to download the .PFX file to your agent.
  4. Add the Install SSL and custom domains step after the Download Secure File step.
  5. Configure the step with the following settings:
    • AzureRM subscription: The service connection to your Azure subscription.
    • AppServiceName: The name of the App Service to which the certificate and custom domains must be installed.
    • AppServiceSlotName: The name of the deployment slot inside the App Service. Keep empty if there is only the default deployment slot.
    • CertificateFileName: The name of the secure file containing the certificate.
    • CertificatePassword: The password of the certificate.
    • CustomDomains: The list of custom domains to be attached, use comma's to separate multiple domains.
    • ResourceGroupName: The name of the resource group in which the App Service exists in Azure.

About

ADOS / VSTS Extension for adding a .PFX and Custom Domains to an App Service in Azure.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%