Starting TLS failed
LDAP: couldn't connect to LDAP server
Differences
This shows you the differences between two versions of the page.
public:start [2017-12-08 08:30:15] – [STEP 3 (optional) - User Content Services development and own application integration with RoksNet] rihohiiepuu | public:start [2024-09-06 08:26:14] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Getting started | + | ====== Getting started |
- Install **Security Server** and setup **Trust Services**: | - Install **Security Server** and setup **Trust Services**: | ||
Line 47: | Line 47: | ||
| Ubuntu 14.04 LTS x86-64 | | Ubuntu 14.04 LTS x86-64 | ||
| 2 GB RAM, 10 GB disk space | Minimum system requirements | | 2 GB RAM, 10 GB disk space | Minimum system requirements | ||
- | | http://apt.roksnet.com/xroad6-debs | + | | http://x-road.eu/packages |
- | | http://apt.roksnet.com/xroad6-debs/roksnet_repo.gpg | The repository key | | + | | http://x-road.eu/packages/xroad_repo.gpg | The repository key | |
| TCP 5500 | Port inbound & outbound for message exchange between security servers | | | TCP 5500 | Port inbound & outbound for message exchange between security servers | | ||
| TCP 5577 | Port inbound & outbound for querying OCSP responses between security servers | | | TCP 5577 | Port inbound & outbound for querying OCSP responses between security servers | | ||
Line 81: | Line 81: | ||
INSTALLATION | INSTALLATION | ||
- | 3. Add the address of the RoksNet | + | 3. Add the address of the X-Road |
- | < | + | < |
deb http:// | deb http:// | ||
deb http:// | deb http:// | ||
- | 4. Add RoksNet's repository' | + | 4. Add X-Road's repository' |
- | < | + | < |
< | < | ||
< | < | ||
Line 93: | Line 93: | ||
5. Install the security server software: | 5. Install the security server software: | ||
< | < | ||
+ | < | ||
< | < | ||
Line 243: | Line 244: | ||
6. Install postgreSQL | 6. Install postgreSQL | ||
+ | For ubuntu 16.04 LTS | ||
+ | <code bash> | ||
+ | vi / | ||
+ | </ | ||
+ | add line: | ||
+ | <code bash> | ||
+ | deb http:// | ||
+ | </ | ||
+ | Add key | ||
+ | <code bash> | ||
+ | wget --quiet -O - https:// | ||
+ | </ | ||
+ | |||
+ | <code bash> | ||
+ | apt-get update | ||
+ | apt-get install postgresql-9.3 | ||
+ | </ | ||
+ | |||
+ | For ubuntu 14.04 LTS | ||
< | < | ||
Line 387: | Line 407: | ||
=== Python example === | === Python example === | ||
- | Source code of example: | + | Source code of example: |
The example contains library and two examples. Installation instructions are in included in the package. | The example contains library and two examples. Installation instructions are in included in the package. | ||
Line 393: | Line 413: | ||
* create service implementation function (example: example_hello/ | * create service implementation function (example: example_hello/ | ||
* import and register service implementation module | * import and register service implementation module | ||
- | * create service description WSDL (example: example_hello/ | + | * create service description WSDL (example: example_hello/ |
* publish service in Security Server and grant access to clients | * publish service in Security Server and grant access to clients | ||
Line 402: | Line 422: | ||
=== Java adapter example === | === Java adapter example === | ||
- | GitHub link: [[https:// | + | GitHub link: [[https:// |
All of the related documentation is on the GitHub page | All of the related documentation is on the GitHub page |