(mbedtls) correct support for using own certificate and private key

This commit is contained in:
Benjamin Sergeant
2019-12-20 15:13:26 -08:00
parent 81be970679
commit 9799e7e84b
4 changed files with 20 additions and 4 deletions

View File

@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
## [7.6.2] - 2019-12-20
(mbedtls) correct support for using own certificate and private key
## [7.6.1] - 2019-12-20
(ws commands) in websocket proxy, disable automatic reconnections + in Dockerfile, use alpine 3.11