Skip to content

Commit

Permalink
Update readme...
Browse files Browse the repository at this point in the history
  • Loading branch information
YehudaEi committed Oct 11, 2020
1 parent 546efa9 commit a5a90c1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ In CloudFlare (or your DNS service), set your desired domain (e.g. ```domain.com

Create a new apache virtualserver with the config ```web-proxy.conf``` (make sure to rename the server and the path of the files)

Start the virtual server. (```$ sudo a2ensite web-proxy.conf```)
Start the virtual server.
> ```$ sudo a2ensite web-proxy.conf```
Created certbot certificates for the new virtual server (```$ sudo certbot certonly --manual --preferred-challenges=dns --server https://acme-v02.api.letsencrypt.org/directory --agree-tos -d domain.com -d *.domain.com```)
Created certbot certificates for the new virtual server
> ```$ sudo certbot certonly --manual --preferred-challenges=dns --server https://acme-v02.api.letsencrypt.org/directory --agree-tos -d domain.com -d *.domain.com```
Change the ```SERVER_BASE_DOMAIN``` field in ```include/config.php``` file

Expand Down

0 comments on commit a5a90c1

Please sign in to comment.