We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following the installation instructions, at step 2 wget -q -O - http://appseclive.org/apt/owasp-wte.gpg.key | apt-key add - fails, running verbose returns:
wget -q -O - http://appseclive.org/apt/owasp-wte.gpg.key | apt-key add -
$ wget --verbose -O - http://appseclive.org/apt/owasp-wte.gpg.key | apt-key add - --2020-09-07 15:59:56-- http://appseclive.org/apt/owasp-wte.gpg.key Resolving appseclive.org (appseclive.org)... 35.185.44.232 Connecting to appseclive.org (appseclive.org)|35.185.44.232|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://appseclive.org/apt/owasp-wte.gpg.key [following] --2020-09-07 15:59:56-- https://appseclive.org/apt/owasp-wte.gpg.key Connecting to appseclive.org (appseclive.org)|35.185.44.232|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2020-09-07 15:59:57 ERROR 404: Not Found.
Is installing it still an option, does the key exist at a different address or should I stick with the VMs?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Following the installation instructions, at step 2
wget -q -O - http://appseclive.org/apt/owasp-wte.gpg.key | apt-key add -
fails, running verbose returns:Is installing it still an option, does the key exist at a different address or should I stick with the VMs?
The text was updated successfully, but these errors were encountered: