Skip to content
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.

Error creating certificates, organizational unit missing #42

Open
carvido1 opened this issue May 21, 2019 · 0 comments
Open

Error creating certificates, organizational unit missing #42

carvido1 opened this issue May 21, 2019 · 0 comments

Comments

@carvido1
Copy link

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 }}"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant