Skip to content

Commit

Permalink
.nojekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLeoni committed Aug 23, 2024
1 parent ee85ecb commit 75f2f43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Empty file added .nojekyll
Empty file.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ which can only be executed in an http**s** environment

So to easily setup a test http**s** server run these scripts:

Create `test/server.pem` file
1. Create `test/server.pem` file

```bash
openssl req -new -x509 -keyout test/server.pem -out test/server.pem -days 365 -nodes
```

Run the server:
2. Run the server:

```python
python3 test/server.py
```

Then open browser to this link:
3. Open browser to this link:

https://127.0.0.1:8008/

Expand Down

0 comments on commit 75f2f43

Please sign in to comment.