-
-
Couldn't load subscription status.
- Fork 280
Open
Description
For those having troubles setting up the TLS certificates, since autocert seems to be not working.
sudo apt update
sudo apt install certbot -y
sudo certbot certonly --standalone -d yourdomain.com
cp /etc/letsencrypt/live/yourdomain.com/fullchain.pem /usr/local/pwndrop/data/public.crt
cp /etc/letsencrypt/live/yourdomain.com/privkey.pem /usr/local/pwndrop/data/private.key
sudo service pwndrop restart
Metadata
Metadata
Assignees
Labels
No labels