/terraform-provider-pkcs12

The PKCS12 provider allows to create PKCS12 archives for provided PEM files

Primary LanguageGoMozilla Public License 2.0MPL-2.0

Terraform Provider pkcs12

Run the following command to build the provider

go build -o terraform-provider-pkcs12

Test sample configuration

First, build and install the provider.

make install

Then, run the following command to initialize the workspace and apply the sample configuration.

terraform init && terraform apply