Kaynağa Gözat

Allow to set organizationName field for certificate.

Change-Id: I77a710ad93a3cc46b721a5b3f1e45603151b0761
pull/70/merge
Andrey Shestakov 7 yıl önce
ebeveyn
işleme
471f8a6ab0
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. +1
    -0
      salt/minion/cert.sls

+ 1
- 0
salt/minion/cert.sls Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet