Projekt

Obecné

Profil

Demo meeting nr 4 » Historie » Verze 5

Jan Pašek, 2021-04-30 10:15

1 5 Jan Pašek
h1. Demo meeting nr 4
2 1 Jan Pašek
3 2 Jan Pašek
*Date:* 23.04. 2021, 14:00
4 4 Jan Pašek
*Present:* Ing. Jakub Daněk, Michal Seják, Stanislav Král, David Friesecký, Jan Pašek
5 1 Jan Pašek
6
h2. Agenda
7
8
# Presentation and discussion about the current state of the application
9
10
 * Certificate creation improvement
11
12
 * Certificate details view
13
14
 * CRL/OCSP
15
16
 * Certificate deletion and revocation
17
18
 * Downloading associated keys
19
# Templating requirements
20
# Plans for the next iteration
21
# Q&A
22
23
h2. Conclusion
24
25 4 Jan Pašek
# Current state of the application was presented to the customer. The customer was satisfied with the current state and the functionality provided.
26
# Mr. Daněk confirmed that he tried to use a certificate created using our application for signing a document via YOSO application and it works - *validation procedure was passed*.
27
# The customer agreed to implement only a minimalistic version of templating functionality via providing OpenSSL extension strings. This proposal came from our team since there were doubts, whether the customer will really use this function.
28
# Tasks that will be realized in the next two iterations were presented to the customer. Mr. Daněk requested a new functionality - to be able to generate a PCKS#12 identity based on provided name and password. Team made a commitment to implement this functionality into the final version of the application.
29
# In the next iteration the customer can expect the following functionality to be implemented:
30
31
 * Templating - user-provided extensions
32
 
33
 * Creating certificates based on provided/generated private keys with passwords.
34
35
 * Filtering of the certificate listing.
36
37
 * Creating PCKS#12 identity
38
39
 * Automatic tests using Robots framework.
40 3 Jan Pašek
41
h2. Meeting chat
42
43
<pre>
44
Jakub Danek14:13
45
certutil -urlcache * delete
46
Jakub Danek14:21
47
https://www.npmjs.com/package/ocsp
48
Jakub Danek14:30
49
https://github.com/MarketSquare/robotframework-browser
50
Jakub Danek14:36
51
openssl pkcs12 -name pokus -export -out pokus.p12 -in chain.
52
pem -inkey 4_private_key.pem
53
chain.pem obsahuje komplet cert + inter + root v tomto poradi
54
Jakub Danek14:40
55
http://www.kiv.zcu.cz/cz/pro-studenty/temata-projektu/temata-projektu-detail.html?tema_id=4335
56
</pre>