Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Commit

Permalink
Changelog and FAQ updates
Browse files Browse the repository at this point in the history
  • Loading branch information
IKrukov-HORIS committed Dec 22, 2021
1 parent 6e184ea commit bde4bd2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ Notable changes to this project are documented in this file.
- workaround for PRJ-332 due to server update

## Fixed
- added parameters to generated script for IJ agent compatibility
- added parameters to generated script for IJ agent compatibility

## Changed
- Self-signed certificate validity period restricted to 365 days to avoid NET::ERR_CERT_VALIDITY_TOO_LONG in Chrome

# 1.5.2

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ in [WSL](https://docs.microsoft.com/windows/wsl/).
10. [FreeBSD support](#FreeBSD-support)
11. [OpenBSD support](#OpenBSD-support)
12. [I edited the config file manually but nothing changed](#Config-file-edit)
13. [Self-generated certificate is expired] (#Certificate-expired)


### <a id="Change-existing-configuration"></a>
Expand Down Expand Up @@ -352,3 +353,6 @@ pip install projector-installer
### I edited the config file manually but nothing changed<a id="Config-file-edit"></a>
It's not recommended to manually modify config file. Please use the `projector config edit` command.
But, if you edited config.ini file, do not forget to run `projector config rebuild` command to apply manual changes to runconfig.
### Self-generated certificate is expired<a id="Certificate-expired"></a>
To generate new certificate run `projector config rebuild` command for desired config.

0 comments on commit bde4bd2

Please sign in to comment.