Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cf35993

Browse files
2 parents d9a9172 + c6013ac commit cf35993

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

‎README.md‎

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,23 @@ Online Demo: https://demo.cloudwebrtc.com:8086/
1313

1414
### Run from source
1515

16-
- Clone the repository, and run.
16+
- Clone the repository.
1717

1818
```bash
1919
git clone https://github.com/cloudwebrtc/flutter-webrtc-server.git
2020
cd flutter-webrtc-server
21+
```
22+
23+
- Use `mkcert` to create a self-signed certificate.
24+
25+
```bash
26+
brew install mkcert
27+
mkcert -key-file config/certs/key.pem -cert-file config/certs/cert.pem localhost 127.0.0.1 ::1 0.0.0.0
28+
```
29+
30+
- Run
31+
32+
```bash
2133
go run cmd/server/main.go
2234
```
2335

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /