|
12 | 12 | <link href="css/bootstrap.min.css" rel="stylesheet"> |
13 | 13 | <link href="css/font-awesome.min.css" rel="stylesheet"> |
14 | 14 | <link href="css/base.css" rel="stylesheet"> |
15 | | - <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/styles/github.min.css"> |
16 | | - |
17 | | - <script src="js/jquery-3.5.0.min.js" defer></script> |
18 | | - <script src="js/bootstrap.min.js" defer></script> |
19 | | - <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/highlight.min.js"></script> |
20 | | - <script>hljs.initHighlightingOnLoad();</script> |
| 15 | + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css"> |
| 16 | + <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script> |
| 17 | + <script>hljs.highlightAll();</script> |
21 | 18 | </head> |
22 | 19 |
|
23 | 20 | <body class="homepage"> |
|
126 | 123 | <div class="col-md-9" role="main"> |
127 | 124 |
|
128 | 125 | <h1 id="architecture-of-id-software">ARCHITECTURE OF ID-SOFTWARE</h1> |
129 | | -<p>Document version: 2.6<br /> |
130 | | -Software version: 23.03<br /> |
131 | | -Last updated: 8.2.2023 </p> |
| 126 | +<p>Document version: 2.7<br /> |
| 127 | +Software version: 23.07<br /> |
| 128 | +Last updated: 11.8.2023 </p> |
132 | 129 | <h1 id="introduction">Introduction</h1> |
133 | 130 | <p>The purpose of this document is to describe the architecture of ID-software.</p> |
134 | 131 | <p><strong>ID-software</strong> is a collection of software components offering support for PKI-based functionality, i.e. operations with different cryptographic tokens (e.g. eID cards), handling digitally signed documents, file encryption/decryption and signing and authentication in web environment. The ID-software comprises end-user applications, software libraries, web components, drivers for communicating with the cryptographic tokens and other complementary components.</p> |
135 | 132 | <p>Main sources for information about ID-software are <a href="https://www.id.ee/en/">www.id.ee</a>, <a href="https://github.com/open-eid">Open-EID GitHub repository</a> and <a href="https://github.com/web-eid">Web-eID GitHub repository</a>.</p> |
136 | 133 | <p>This document covers description of ID-software and its components, their deployment in different environments, provided and required interfaces. The document does not include components that have reached the end of their support nor the components that have not yet been released.</p> |
137 | | -<p>The document is based on the latest released state of the ID-software components. At the time of writing, the latest released version of ID-software is <strong>version 23.03</strong>. Latest version numbers of the various ID-software components are provided at <a href="https://www.id.ee/en/article/information-on-the-latest-software-versions/">https://www.id.ee/en/article/information-on-the-latest-software-versions/</a>.</p> |
| 134 | +<p>The document is based on the latest released state of the ID-software components. At the time of writing, the latest released version of ID-software is <strong>version 23.07</strong>. Latest version numbers of the various ID-software components are provided at <a href="https://www.id.ee/en/article/information-on-the-latest-software-versions/">https://www.id.ee/en/article/information-on-the-latest-software-versions/</a>.</p> |
138 | 135 | <p>The document is targeted for:</p> |
139 | 136 | <ul> |
140 | 137 | <li>Owners/managers of the software;</li> |
@@ -1349,15 +1346,15 @@ <h4 id="mobile-id-rest-service">Mobile-ID REST service</h4> |
1349 | 1346 | <ul> |
1350 | 1347 | <li>User: DigiDoc4 Client, RIA DigiDoc</li> |
1351 | 1348 | <li>Accessible with: REST over HTTPS</li> |
1352 | | -<li>Accessible from: <a href="https://dd-mid.ria.ee/mid-api">https://dd-mid.ria.ee/mid-api</a>, <a href="https://mid.sk.ee/mid-api">https://mid.sk.ee/mid-api</a></li> |
| 1349 | +<li>Accessible from: <a href="https://eid-dd.ria.ee/mid">https://eid-dd.ria.ee/mid</a>, <a href="https://mid.sk.ee/mid-api">https://mid.sk.ee/mid-api</a></li> |
1353 | 1350 | <li>Documentation: <a href="https://github.com/sk-eid/mid">https://github.com/sk-eid/mid</a></li> |
1354 | 1351 | </ul> |
1355 | 1352 | <p><a name="_SID_REST_service"></a></p> |
1356 | 1353 | <h4 id="smart-id-rest-service">Smart-ID REST service</h4> |
1357 | 1354 | <ul> |
1358 | 1355 | <li>User: DigiDoc4 Client, RIA DigiDoc</li> |
1359 | 1356 | <li>Accessible with: REST over HTTPS</li> |
1360 | | -<li>Accessible from: <a href="https://dd-sid.ria.ee/v2">https://dd-sid.ria.ee/v2</a>, <a href="https://rp-api.smart-id.com/v2">https://rp-api.smart-id.com/v2</a></li> |
| 1357 | +<li>Accessible from: <a href="https://eid-dd.ria.ee/sid/v2">https://eid-dd.ria.ee/sid/v2</a>, <a href="https://rp-api.smart-id.com/v2">https://rp-api.smart-id.com/v2</a></li> |
1361 | 1358 | <li>Documentation: <a href="https://github.com/SK-EID/smart-id-documentation">https://github.com/SK-EID/smart-id-documentation</a></li> |
1362 | 1359 | </ul> |
1363 | 1360 | <p><a name="_LDAP_directory_interface"></a></p> |
@@ -1385,7 +1382,7 @@ <h4 id="time-stamping-proxy-service-interface">Time-stamping proxy service inter |
1385 | 1382 | <ul> |
1386 | 1383 | <li>User: DigiDoc4j, Libdigidocpp (DigiDoc4 Client, RIA DigiDoc)</li> |
1387 | 1384 | <li>Accessible with: HTTP protocol</li> |
1388 | | -<li>Accessible from: <a href="http://dd-at.ria.ee/tsa">http://dd-at.ria.ee/tsa</a></li> |
| 1385 | +<li>Accessible from: <a href="https://eid-ts.ria.ee/ts">https://eid-ts.ria.ee/ts</a></li> |
1389 | 1386 | <li>Documentation: <a href="https://tools.ietf.org/html/rfc3161">RFC3161</a></li> |
1390 | 1387 | </ul> |
1391 | 1388 | <p><a name="_OCSP_service_interface"></a></p> |
@@ -1455,12 +1452,14 @@ <h2 id="signing-with-ria-digidoc">Signing with RIA DigiDoc</h2> |
1455 | 1452 | <hr> |
1456 | 1453 | <p>Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p> |
1457 | 1454 | </footer> |
| 1455 | + <script src="js/jquery-3.6.0.min.js"></script> |
| 1456 | + <script src="js/bootstrap.min.js"></script> |
1458 | 1457 | <script> |
1459 | 1458 | var base_url = ".", |
1460 | 1459 | shortcuts = {"help": 191, "next": 78, "previous": 80, "search": 83}; |
1461 | 1460 | </script> |
1462 | | - <script src="js/base.js" defer></script> |
1463 | | - <script src="search/main.js" defer></script> |
| 1461 | + <script src="js/base.js"></script> |
| 1462 | + <script src="search/main.js"></script> |
1464 | 1463 |
|
1465 | 1464 | <div class="modal" id="mkdocs_search_modal" tabindex="-1" role="dialog" aria-labelledby="searchModalLabel" aria-hidden="true"> |
1466 | 1465 | <div class="modal-dialog modal-lg"> |
@@ -1527,6 +1526,6 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4> |
1527 | 1526 | </html> |
1528 | 1527 |
|
1529 | 1528 | <!-- |
1530 | | -MkDocs version : 1.4.2 |
1531 | | -Build Date UTC : 2023-04-20 10:13:13.034429+00:00 |
| 1529 | +MkDocs version : 1.5.2 |
| 1530 | +Build Date UTC : 2023-08-14 05:52:18.648916+00:00 |
1532 | 1531 | --> |
0 commit comments