Projekt

Obecné

Profil

« Předchozí | Další » 

Revize e24e5207

Přidáno uživatelem Jan Pašek před téměř 4 roky(ů)

Re #8706 - certificate creation - change in filtering of available CAs

Zobrazit rozdíly:

static/create_certificate.html
193 193
                    </td>
194 194
                </div>
195 195
            </tr>
196
            <tr v-if="customKey">
196
            <tr v-if="customKey" v-cloak>
197 197
                <div class="form-group">
198 198
                    <td class="pl-5"><label for="key_password">Password:</label></td>
199 199
                    <td class="pl-3">
......
201 201
                    </td>
202 202
                </div>
203 203
            </tr>
204
            <tr v-if="customKey">
204
            <tr v-if="customKey" v-cloak>
205 205
                <div class="form-group">
206 206
                    <td class="pl-5"><label for="key_pem">Private key:</label></td>
207 207
                    <td class="pl-3">
......
217 217
                    </td>
218 218
                </div>
219 219
            </tr>
220
            <tr v-if="customExtensions">
220
            <tr v-if="customExtensions" v-cloak>
221 221
                <div class="form-group">
222 222
                    <td class="pl-5"><label for="extensions">Extensions:</label></td>
223 223
                    <td class="pl-3">
static/js/create_certificate.js
59 59
            const response = await axios.get(API_URL + "certificates", {
60 60
                params: {
61 61
                    filtering: {
62
                        CA: true
62
                        usage: ["CA"],
63 63
                    }
64 64
                }
65 65
            });

Také k dispozici: Unified diff