Metadata-Version: 2.4
Name: certbot-dns-timeweb-ru
Version: 1.0.0
Summary: Timeweb DNS plugin for Certbot
Home-page: https://github.com/Medan-rfz/certbot-dns-timeweb-ru
Author: Medan-rfz
License: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Plugins
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Internet :: Name Service (DNS)
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: certbot>=1.0.0
Requires-Dist: requests>=2.20.0
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Timeweb DNS Authenticator plugin for Certbot

---

## Credentials

```ini
# Timeweb API credentials used by Certbot
dns_timeweb_ru_username = your_login
dns_timeweb_ru_password = your_password
dns_timeweb_ru_api_key = your_x_app_key
```

## Examples

```bash
certbot certonly --authenticator dns-timeweb-ru \
    --dns-timeweb-ru-credentials ~/.secrets/certbot/timeweb.ini \
    --dns-timeweb-ru-propagation-seconds 120 \
    -d domain.com -d *.domain.com
```

```bash
certbot certonly --authenticator dns-timeweb-ru \
    --dns-timeweb-ru-credentials ~/.secrets/certbot/timeweb.ini \
    --dns-timeweb-ru-propagation-seconds 120 \
    -d xxx.yyy.domain.com -d *.yyy.domain.com
```
