Fix self-signed certificates on ubuntu + v8.0.2:

* On some Ubuntu server, the self-signed certificates generation fails:
  * See [issue #268](https://github.com/JohnXLivingston/peertube-plugin-livechat/issues/268)
  * This prevents the bot to connect to the server
  * As a fallback, we directly call openssl to generate the certificates
This commit is contained in:
John Livingston
2023-09-27 14:29:17 +02:00
parent 05b45fe6b5
commit 5614987901
5 changed files with 96 additions and 17 deletions

View File

@ -1,5 +1,14 @@
# Changelog
## 8.0.2
### Minor changes and fixes
* On some Ubuntu server, the self-signed certificates generation fails:
* See [issue #268](https://github.com/JohnXLivingston/peertube-plugin-livechat/issues/268)
* This prevents the bot to connect to the server
* As a fallback, we directly call openssl to generate the certificates
## 8.0.1
### Minor changes and fixes