Skip to content

Commit

Permalink
Merge pull request #478 from sabixx/patch-1
Browse files Browse the repository at this point in the history
Update sample.capi-win2016.yaml to include correct property for useLegacyP12
  • Loading branch information
BeardedPrincess authored May 15, 2024
2 parents bc2871b + d9bb11f commit 81adb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/playbook/sample.capi-win2016.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ certificateTasks:
capiLocation: LocalMachine\MY
capiFriendlyName: Venafi vCert Managed - IIS Default Website
capiIsNonExportable: True
useLegacyPkcs12: True # Win2016 requires legacy key wrapping (3DES-SHA1)
useLegacyP12: True # Win2016 requires legacy key wrapping (3DES-SHA1)

0 comments on commit 81adb2c

Please sign in to comment.