mprahl / ansible-role-lets-encrypt-route-53

An Ansible role that automates the generation of Let's Encrypt signed certificates with DNS challenges on Amazon's Route 53 (AWS)
36 stars 33 forks source link

Fixed a bug in tasks/main, last step "verify the private keys and CSR" #43

Closed craigify closed 2 years ago

craigify commented 2 years ago

openssl_privatekey_info now requires parameter check_consistency: yes to be explicitly specified in order to get the key_is_consistent variable in the result. Without doing this, openssl_privatekey never sets the "key_is_consistent" variable and the last step of tasks/main,yml fails.

This is on ansible version [core 2.11.7]

zanthorn commented 2 years ago

I am currently running into this on version 5.1.1.

mprahl commented 2 years ago

This was released in v5.1.2.