You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.
in defaults/main.yml is missing the organizational unit parameter. In ubuntu 18.04 without sslcert configuration fails when creating de cert/key.
Solution: modify ssl_certs_fields and create a variable with the OU value.
in defaults/main.yml is missing the organizational unit parameter. In ubuntu 18.04 without sslcert configuration fails when creating de cert/key.
Solution: modify ssl_certs_fields and create a variable with the OU value.
ssl_certs_ou: "IT"
ssl_certs_fields: "/C={{ ssl_certs_country }}/ST={{ ssl_certs_state }}/L={{ ssl_certs_locality }}/O={{ ssl_certs_organization }}/OU={{ ssl_certs_ou }}/CN={{ ssl_certs_common_name }}"
The text was updated successfully, but these errors were encountered: