Skip to content

Instantly share code, notes, and snippets.

@DmmitryIs
Last active December 26, 2025 15:55
Show Gist options
  • Select an option

  • Save DmmitryIs/8e865649993a7b7f502e32b1a79c3a81 to your computer and use it in GitHub Desktop.

Select an option

Save DmmitryIs/8e865649993a7b7f502e32b1a79c3a81 to your computer and use it in GitHub Desktop.
Install SSL certificate with Certbot and Timeweb dns plugin
sudo certbot certonly \
--authenticator dns-timeweb \
--dns-timeweb-credentials /etc/letsencrypt/timeweb.ini \
-d "*.example.com" -d "example.com" \
-d "*.another.com" -d "another.com"
@DmmitryIs
Copy link
Author

Use --dns-timeweb-propagation-seconds 280 if timeweb can't read response txt-records correctly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment