Skip to content

Renewing SSL Certificate

Alejandro de la Vega edited this page Mar 11, 2021 · 1 revision

docker run -it --rm -v /home/alejandro/www/neuroscout/nginx/certs/:/etc/letsencrypt -v /home/alejandro/www/neuroscout/nginx/certs-data/:/data/letsencrypt deliverous/certbot certonly --webroot --webroot-path=/data/letsencrypt -d neuroscout.org -d alpha.neuroscout.org -d www.neuroscout.org

Clone this wiki locally