README.md

certbot-dns-twc

A Certbot DNS authenticator plugin for obtaining SSL/TLS certificates via DNS-01 challenge using TimeWeb Cloud.

Features

  • Tight integration with twc-cli: Uses the official TimeWeb Cloud CLI for authentication and API access — no separate credential configuration needed.
  • Multi-profile support: Switch between different TimeWeb Cloud accounts/profiles using the --dns-twc-profile option.

Installation

pip install certbot-dns-twc

Requirements

Usage

Basic usage

Using the default profile:

certbot certonly \
  --authenticator dns-twc \
  -d example.com -d '*.example.com'

Using a specific TimeWeb profile

certbot certonly \
  --authenticator dns-twc \
  --dns-twc-profile aa00000 \  # <- note the profile!
  -d example.com -d '*.example.com'

Configuration

This plugin reads credentials from the twc-cli configuration file (typically located at ~/.twcrc). Make sure you have put the api key aka api token for your profile using twc config.

License

MIT

Описание
certbot plugin for TimeWeb (with profiles support)
Конвейеры
0 успешных
0 с ошибкой
Разработчики