Browse Source

Merge "Allow to set organizationName field for certificate."

pull/70/merge
mcp-jenkins 7 years ago
parent
commit
7db5a55835
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      salt/minion/cert.sls

+ 1
- 0
salt/minion/cert.sls View File

{% if cert.country is defined %}- C: {{ cert.country }}{%- endif %} {% if cert.country is defined %}- C: {{ cert.country }}{%- endif %}
{% if cert.locality is defined %}- L: {{ cert.locality }}{%- endif %} {% if cert.locality is defined %}- L: {{ cert.locality }}{%- endif %}
{% if cert.organization is defined %}- O: {{ cert.organization }}{%- endif %} {% if cert.organization is defined %}- O: {{ cert.organization }}{%- endif %}
{% if cert.organization_name is defined %}- organizationName: {{ cert.organization_name }}{%- endif %}
{% if cert.signing_private_key is defined and cert.signing_cert is defined %} {% if cert.signing_private_key is defined and cert.signing_cert is defined %}
- signing_private_key: "{{ cert.signing_private_key }}" - signing_private_key: "{{ cert.signing_private_key }}"
- signing_cert: "{{ cert.signing_cert }}" - signing_cert: "{{ cert.signing_cert }}"

Loading…
Cancel
Save