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 and zhan9san committed Dec 2, 2023
1 parent 42e68e2 commit b13e47a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,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 b13e47a

Please sign in to comment.