Skip to content

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

License

Notifications You must be signed in to change notification settings

chilicat/terraform-provider-pkcs12

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
chilicat
Nov 28, 2023
6e80b1b · Nov 28, 2023

History

42 Commits
Jul 27, 2023
Nov 28, 2023
Jul 27, 2023
Nov 28, 2023
Nov 22, 2023
Jul 27, 2023
Jan 20, 2021
Jul 26, 2023
Jan 22, 2021
Jul 27, 2023
Jan 20, 2021
Nov 22, 2023
Nov 22, 2023
Jan 20, 2021

Repository files navigation

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