Fixed ssl client certs for evhtp.
* Added SSL cert info as options: CLICON_SSL_SERVER_CERT, CLICON_SSL_SERVER_KEY, CLICON_SSL_CA_CERT Added config.sh for testing for autotools
This commit is contained in:
parent
9c82e97072
commit
c049a397b0
22 changed files with 515 additions and 80 deletions
|
|
@ -33,7 +33,7 @@ Expected: July 2020
|
|||
* Added a prefix for cli_show_config/cli_show_auto so that it can produce parseable output
|
||||
* Thanks dcornejo@netgate.com for trying it out and suggestions
|
||||
* Embedding restconf into the existing [libevhtp](https://github.com/criticalstack/libevhtp) embedded web server. (Experimental).
|
||||
* The existing FCGI restconf solution will continue to be supported for NGINX and other reverese proxies with an fast CGI API.
|
||||
* The existing FCGI restconf solution will continue to be supported for NGINX and other reverse proxies with a FCGI API.
|
||||
* The restconf code has been refactored to support both modes. Hopefully, it should be straightforward to add another embedded server, such as GNU microhttpd.
|
||||
* The new restconf module is selected using a compile-time autotools configure as follows:
|
||||
* `--with-restconf=fcgi FCGI interface for stand-alone web rev-proxy eg nginx (default)`
|
||||
|
|
@ -45,6 +45,11 @@ Expected: July 2020
|
|||
* New clixon-config@2020-06-17.yang revision
|
||||
* Added CLICON_CLI_LINES_DEFAULT for setting window row size of raw terminals
|
||||
* Added enum HIDE to CLICON_CLI_GENMODEL for auto-cli
|
||||
* Added SSL cert info for evhtp restconf https:
|
||||
* CLICON_SSL_SERVER_CERT
|
||||
* CLICON_SSL_SERVER_KEY
|
||||
* CLICON_SSL_CA_CERT
|
||||
|
||||
* Restconf FCGI (eg via nginx) have changed reply message syntax slightly as follows (due to refactoring and common code with evhtp):
|
||||
* Bodies in error reyruns including html code have been removed
|
||||
* Some (extra) CRLF:s have been removed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue