Skip to content

Manually setup certificates #55

@ElZigarro

Description

@ElZigarro

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions