Skip to content

Commit

Permalink
Enforce pkcs1 for ec2 keys (#161)
Browse files Browse the repository at this point in the history
Enforce pkcs1 for keys

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 Jun 12, 2024
1 parent 6fe434c commit c820d9c
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 c820d9c

Please sign in to comment.