Revize d621fe05
Přidáno uživatelem Jan Pašek před asi 4 roky(ů)
static/js/create_certificate.js | ||
---|---|---|
86 | 86 |
isSelfSigned: function (val, oldVal) { |
87 | 87 |
if (val) { |
88 | 88 |
this.certificateData.CA = null; |
89 |
this.certificateData.usage.CA = true; |
|
89 | 90 |
} |
90 | 91 |
}, |
91 | 92 |
// if the selected CA is changed, the Issuer input fileds must be filled in |
Také k dispozici: Unified diff
Re #8583 Certificate creation - when 'Self-signed' is checked, CA usage is selected by default