certbot
Verified for current stable LTS
Certbot Commands
Certbot command syntax with verified terminal examples.
Commands
6 commands for Certbot
certbot HTTP
Certbot Command: Obtain Certificate Apache Authorization
sudo certbot --apache -d <subdomain.example.com> certbot HTTP
Certbot Command: Obtain Certificate Nginx Authorization
sudo certbot --nginx -d <subdomain.example.com> certbot HTTP
Certbot Command: Obtain Certificate Webroot Authorization
sudo certbot certonly --webroot -w <path/to/webroot> -d <subdomain.example.com> certbot HTTP
Certbot Command: Obtain Untrusted Test Certificate
sudo certbot --webroot -w <path/to/webroot> -d <subdomain.example.com> --test-cert certbot HTTP
Certbot Command: Renew All Certificates
sudo certbot renew certbot HTTP
Certbot Command: Simulate Obtain Certificate Dry Run
sudo certbot --webroot -w <path/to/webroot> -d <subdomain.example.com> --dry-run Suggest a Certbot Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Certbot workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.