Last active
December 26, 2025 15:55
-
-
Save DmmitryIs/8e865649993a7b7f502e32b1a79c3a81 to your computer and use it in GitHub Desktop.
Install SSL certificate with Certbot and Timeweb dns plugin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use
--dns-timeweb-propagation-seconds 280if timeweb can't read response txt-records correctly