diff --git a/README.md b/README.md index 8edd8d7..e93c892 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ git submodule update The project is adjusted to use of certbot. This command might come in handy: ``` -docker run --rm --name certbot -v "./cert/www:/var/www/certbot/:rw" -v "./cert/conf:/etc/letsencrypt/:rw" certbot/certbot certonly --webroot --webroot-path /var/www/certbot/ -d +docker run --rm --name certbot -v ":/var/www/certbot/:rw" -v ":/etc/letsencrypt/:rw" certbot/certbot certonly --webroot --webroot-path /var/www/certbot/ -d ``` -Replace `` at the end with your domain name. +Replace `` at the end with your domain name and add proper absolute `PATHS`. ## Things to change Change following files: