Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
itiligent authored Aug 22, 2024
1 parent 7906de9 commit 2542c8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
### 📦 Auto Setup Link
**(Do NOT run scripts as root, scripts will prompt for sudo)**
```bash
wget https://raw.githubusercontent.com/itiligent/Easy-OpenVAS-Installer/main/openvas-install.sh && chmod +x openvas-install.sh && ./openvas-install.sh
wget https://raw.githubusercontent.com/itiligent/Easy-OpenVAS-Install/main/openvas-install.sh && chmod +x openvas-install.sh && ./openvas-install.sh
```

### 📦 Auto Upgrade Link
```bash
wget https://raw.githubusercontent.com/itiligent/Easy-OpenVAS-Installer/main/openvas-upgrade.sh && chmod +x openvas-upgrade.sh && ./openvas-upgrade.sh
wget https://raw.githubusercontent.com/itiligent/Easy-OpenVAS-Install/main/openvas-upgrade.sh && chmod +x openvas-upgrade.sh && ./openvas-upgrade.sh
```

### 📋 Prerequisites
Expand Down Expand Up @@ -47,7 +47,7 @@ A Postfix MTA is installed by default. Simply configure the included template sc

### 🔒 Web Management Console HTTPS Security

The install script will automatically configure a HTTP redirect to HTTPS on port 443 and create the required certificates base on the options in the `CUSTOM CONFIG SETTINGS ` section. . Instructions for importing browser certificates into Windows and Linux clients (to avoid browser HTTPS warnings) are provided on-screen when the build script completes. If you wish you change the system's DNS name or IP address, or if certificates need to be renewed, simply run [update-certificates.sh](https://github.com/itiligent/Easy-OpenVAS-Installer/blob/main/update-certificates.sh)
The install script will automatically configure a HTTP redirect to HTTPS on port 443 and create the required certificates base on the options in the `CUSTOM CONFIG SETTINGS ` section. . Instructions for importing browser certificates into Windows and Linux clients (to avoid browser HTTPS warnings) are provided on-screen when the build script completes. If you wish you change the system's DNS name or IP address, or if certificates need to be renewed, simply run [update-certificates.sh](https://github.com/itiligent/Easy-OpenVAS-Install/blob/main/update-certificates.sh)


### 💻 How To Run Authenticated Scans Against Windows Hosts
Expand Down

0 comments on commit 2542c8f

Please sign in to comment.