Skip to content

Commit

Permalink
installation ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
Saeed Vaziry committed Aug 6, 2023
1 parent e01c75c commit eb371ef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions introduction/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ The installation will ask you for these inputs:

This is the domain that Vito will be installed on and you can use it.

If you've already set an E2E Certificate on your domain and you want to run it under `https` then you can run the following command to install:

```sh
wget https://raw.githubusercontent.com/vitodeploy/vito/main/install/install.sh && V_SSL=1 bash install.sh
```

::: warning
Before installation, Make sure that your Domain is pointing to the installation server's IP address.
:::
Expand Down

0 comments on commit eb371ef

Please sign in to comment.