ssl updates

This commit is contained in:
John
2022-02-08 21:45:12 +01:00
parent 6fee17d0a5
commit 2f92ea5477
3 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
ebusd.eu config webservice
==========================
This is the code of the webservice at http://cfg.ebusd.eu/ that allows ebusd to download the needed CSV configuration
This is the code of the webservice at https://cfg.ebusd.eu/ that allows ebusd to download the needed CSV configuration
files instead of having to install the ebusd-configuration package.
It is enabled by default in ebusd due to the default value of the `--configpath=http://cfg.ebusd.eu/` commandline option.
It is enabled by default in ebusd due to the default value of the `--configpath=https://cfg.ebusd.eu/` commandline option.
+1 -1
View File
@@ -2,7 +2,7 @@
ebusd.eu update webservice
==========================
This is the code of the webservice at http://upd.ebusd.eu/ that allows ebusd to check its own version and the
This is the code of the webservice at https://upd.ebusd.eu/ that allows ebusd to check its own version and the
configuration files for availability of new versions.
It is enabled by default in ebusd due to the default value of the `--updatecheck=on` commandline option.