mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Updated HTTPS support (markdown)
parent
7efa8271e7
commit
5e0c458494
@ -13,7 +13,7 @@ Read more about mkcert [here](https://blog.filippo.io/mkcert-valid-https-certifi
|
||||
### How-To
|
||||
Follow the steps below to generate and install a locally-trusted certificate for RaspAP. The local domain `raspap.local` is used in the examples below. You may substitute this with the default `raspberrypi.local` or your own hostname.
|
||||
|
||||
Start by installing the pre-built binary for linux-arm on your Raspberry Pi:
|
||||
Start by installing the pre-built binary for Arch Linux ARM on your Raspberry Pi:
|
||||
```
|
||||
sudo wget https://github.com/FiloSottile/mkcert/releases/download/v1.3.0/mkcert-v1.3.0-linux-arm -O /usr/local/bin/mkcert
|
||||
sudo chmod +x /usr/local/bin/mkcert
|
||||
@ -28,7 +28,7 @@ Generate a certificate for `raspap.local`:
|
||||
```
|
||||
mkcert raspap.local "*.raspap.local" raspap.local
|
||||
```
|
||||
...and look for output like this:
|
||||
... and look for output like this:
|
||||
```
|
||||
Using the local CA at "/home/pi/.local/share/mkcert" ✨
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user