Revize 5f211e7b
Přidáno uživatelem Jan Pašek před téměř 4 roky(ů)
static/js/certificate.js | ||
---|---|---|
23 | 23 |
}, |
24 | 24 |
CA: null, |
25 | 25 |
}, |
26 |
errorMessage: "", |
|
27 |
successMessage: "", |
|
26 | 28 |
}, |
27 | 29 |
computed: { |
28 | 30 |
startDate: function () { |
... | ... | |
30 | 32 |
}, |
31 | 33 |
endDate: function () { |
32 | 34 |
return this.certificate.notAfter.substr(0, 16); |
35 |
}, |
|
36 |
issuerURL: function () { |
|
37 |
return "/static/certificate.html?id=" + this.certificate.CA; |
|
38 |
}, |
|
39 |
crlEndpoint: function () { |
|
40 |
return "/api/crl/" + this.certificate.CA; |
|
41 |
}, |
|
42 |
ocspEndpoint: function () { |
|
43 |
return "/api/ocsp/" + this.certificate.CA; |
|
33 | 44 |
} |
34 | 45 |
}, |
35 | 46 |
watch: { |
Také k dispozici: Unified diff
Re #8583 - GUI simplified