From 59a76f8f049352c30207c58f7c195b5059f7f8c5 Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Wed, 20 Nov 2019 00:23:52 +0100 Subject: [PATCH] Update HTTPS support --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3bfbb9de..8f589064 100644 --- a/README.md +++ b/README.md @@ -202,8 +202,8 @@ The Quick Installer may be used to [generate SSL certificates](https://github.co Simply append the `-c` or `--cert` option to the Quick Installer, like so: -``` -wget -q https://git.io/voEUQ -O /tmp/raspap && bash /tmp/raspap --cert +```sh +curl -sL https://install.raspap.com | bash -s -- --cert ``` **Note**: this only installs mkcert and generates an SSL certificate with the input you provide. It does *not* (re)install RaspAP.