Skip to content

Commit

Permalink
Enforce pkcs1 for keys
Browse files Browse the repository at this point in the history
The driver code expects an pkcs1 key for fetching the windows password. Make sure we generate the correct key type.
  • Loading branch information
sspans-sbp authored May 25, 2023
1 parent 7bb0b34 commit b90336a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@
type: rsa
size: 2048
regenerate: never
backend: cryptography
private_key_format: pkcs1
loop: "{{ platforms }}"
loop_control:
label: "{{ item.name }}"
Expand Down

0 comments on commit b90336a

Please sign in to comment.