Azure / packer-azure

Packer for Azure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Packer Azure Security Principal Certificate is in a different format that Terraform

bnfbiz opened this issue · comments

I am working on the automation of images and Packer does not allow fo rthe security principle in the same pfx format the terraform does. This should be consistent between products to reduce complexity.

The Terraform certificate is a pasword protected PKCS#12 (PFX) format, where Packer wants an unpassword protected public and private key. Packer should adopt the terraform certificate format for consistency.

created in wrong repo, recreated as hashicorp/packer#9886