feat: add handling of tls cert for delegated hosts
This commit is contained in:
parent
18398e1f17
commit
0b56589dce
5 changed files with 82 additions and 128 deletions
|
@ -5,6 +5,6 @@ $ sudo usermod -aG docker $USER
|
|||
$ exec sudo su -l $USER
|
||||
$ sudo systemctl start docker
|
||||
$ cargo install cross
|
||||
$ cross build --release --features tls_vendored --target armv7-unknown-linux-musleabihf
|
||||
$ cross build --release --target armv7-unknown-linux-musleabihf
|
||||
```
|
||||
The cross-compiled binary is at target/armv7-unknown-linux-musleabihf/release/conduit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue