Skip to content

Certificates for VestaCP Admin Panel #55

@fabianborg

Description

@fabianborg

Would it be possible to have letsencrypt-vesta issue and auto renew an SSL certificate for the VestaCP Admin Panel and replace the self assigned certificate.

Currently I do this with the following but wish to have one system for all:

git clone https://github.com/letsencrypt/letsencrypt
cd letsencrypt
./letsencrypt-auto --help
./letsencrypt-auto certonly --renew-by-default --webroot -w /home/admin/web/example.com/public_html -d example.com
cp /etc/letsencrypt/live/example.com/cert.pem /usr/local/vesta/ssl/certificate.crt
cp /etc/letsencrypt/live/example.com/privkey.pem /usr/local/vesta/ssl/certificate.key

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions