Skip to content

Commit 717b6ff

Browse files
Fix a typo in the readme
1 parent 6486387 commit 717b6ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Secure User Property Store for RTC
2-
This plugin is used to store additional properties that are associated to an RTC user account in a secure manner. It is used by the [RTC Git Connector](https://github.com/jazz-community/rtc-git-connector) project to store the _Personal Access Token_ that is needed to access GitLab data. The service uses strong, tamper-proof cryptography to make sure that stored information is safe. It uses a built-in mechanism of the Jazz Platform the information directly into the database.
2+
This plugin is used to store additional properties that are associated to an RTC user account in a secure manner. It is used by the [RTC Git Connector](https://github.com/jazz-community/rtc-git-connector) project to store the _Personal Access Token_ that is needed to access GitLab data. The service uses strong, tamper-proof cryptography to make sure that stored information is safe. It uses a built-in mechanism of the Jazz Platform to store the information directly in the database.
33

44
## Setup Instructions
5-
The most convenient way to install this service is to download the current stable release from the [Releases](https://github.com/jazz-community/rtc-secure-user-property-store/releases) page. If you not already know, head over to the [RTC Git Connector](https://github.com/jazz-community/rtc-git-connector) page to learn how to install RTC plug-ins (it's always the same procedure).
5+
The most convenient way to install this service is to download the current stable release from the [Releases](https://github.com/jazz-community/rtc-secure-user-property-store/releases) page. If you don't already know how, head over to the [RTC Git Connector](https://github.com/jazz-community/rtc-git-connector) page to learn how to install RTC plug-ins (it's always the same procedure).
66

7-
Once the plug-in is installed and the server rebooted, open the **Advanced Properties** page of your server and scroll down to the following section that allows to configure this service. Specify a _16 digit_ private key that is used for encrpytion.
7+
Once the plug-in is installed and the server rebooted, open the **Advanced Properties** page of your server and scroll down to the following section that allows you to configure this service. Specify a _16 digit_ private key that is used for encrpytion.
88
![Work Item Bulk Mover Version 1.0.0 demonstration](https://github.com/jazz-community/rtc-secure-user-property-store/blob/master/private_key_setup_in_AdvancedProperties.PNG)
99

1010
Important notes:
11-
- Without providing a private key, the service will not wwork
11+
- Without providing a private key, the service will not work
1212
- Do not share this key with anyone except a secure password manager, you may want to keep it for restore scenarios
1313
- Make sure that the private key is absolutely random so that no one could guess it
1414

0 commit comments

Comments
 (0)