Skip to content

A proof of concept to generate wildcard certs using the Terraform ACME provider and bind them to an Azure app service site. DNS challenge is via Cloudflare.

Notifications You must be signed in to change notification settings

booyaa/acme-cf-appservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

acme-cf-appservice

A proof of concept to generate wildcard certs using the Terraform ACME provider and bind them to an Azure app service site. DNS challenge is via Cloudflare.

This is still a WIP.

Tasks

  • setup CF API token
  • setup ACME cert
  • use pfx cert
  • import into key vault?
  • setup custom domain to app service
  • bind cert to domain

setup

cf

  • create custom api token
    • perms
      • zone > zone settings > read (may not be needed)
      • zone > zone > read
      • zone > dns > edit
    • zone restrictions
      • include > all zones

references

About

A proof of concept to generate wildcard certs using the Terraform ACME provider and bind them to an Azure app service site. DNS challenge is via Cloudflare.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages