Skip to content

Commit

Permalink
ensure artemis DN has spaces, otherwise Java hates us
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Oct 1, 2024
1 parent a0f9532 commit 5b2cda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/candlepin/tasks/artemis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- name: Extract the DN from the client certificate
ansible.builtin.command: "openssl x509 -in {{ candlepin_client_certificate }} -noout -subject -nameopt rfc2253"
ansible.builtin.command: "openssl x509 -in {{ candlepin_client_certificate }} -noout -subject -nameopt rfc2253,sep_comma_plus_space"
register: openssl_response

- name: Set candlepin_artemis_client_dn
Expand Down

0 comments on commit 5b2cda7

Please sign in to comment.