You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try running sudo certbot --nginx -d wiki.example.com, it fails with following message: nginx: [error] invalid PID number "" in "/run/nginx.pid"
How to add certificates for Dockerised Nginx?
The text was updated successfully, but these errors were encountered:
mayurdhurpate
changed the title
How to add Let'sEncrypt Certbot certificates for already created project?
How to add Let'sEncrypt Certbot certificates in server?
Sep 25, 2021
@chsasank Have now a fully working PR #30 which configures certbot container in docker-compose and make gen-https-certcommand which generates LetsEncrypt certificates and configures Nginx to use them.
When I try running
sudo certbot --nginx -d wiki.example.com
, it fails with following message:nginx: [error] invalid PID number "" in "/run/nginx.pid"
How to add certificates for Dockerised Nginx?
The text was updated successfully, but these errors were encountered: