deploy: ce0607b2eb12300d15b7a1ec4c3b99a743ae9fc4

This commit is contained in:
rshiv 2021-12-08 16:31:07 +00:00
parent 195c03faa2
commit eba5e332bb
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# libtool - Provide generalized library-building support services.
# Generated automatically by config.status (libbacktrace) version-unused
# Libtool was configured on host fv-az269-32:
# Libtool was configured on host fv-az196-786:
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
#
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,

View File

@ -148,7 +148,7 @@ Running a secure websocket requires an ssl certificate. We can create a self sig
```
mkdir -p ../ssl_dir/
openssl req -x509 -newkey rsa:4096 -keyout ../ssl_dir/key.pem -out ../ssl_dir/cert.pem -sha256
openssl req -x509 -newkey rsa:4096 -keyout ../ssl_dir/key.pem -out ../ssl_dir/cert.pem -sha256 -nodes
./build/wakunode2 --websocket-secure-support=true --websocket-secure-key-path="../ssl_dir/key.pem" --websocket-secure-cert-path="../ssl_dir/cert.pem"
```