ubuntu_ssl_certificate
Manage SSL certificates on Ubuntu servers using Let's Encrypt. Issue, renew, check status, or list certificates via SSH connection.
Instructions
Manage SSL certificates using Let's Encrypt on Ubuntu
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectionId | Yes | ID of an active SSH connection | |
| action | Yes | Action to perform (issue, renew, status, list) | |
| domain | No | Domain name for the certificate (required for issue and renew) | |
| No | Email address for Let's Encrypt notifications (required for issue) | ||
| webroot | No | Web root path for domain verification (default: /var/www/html) | |
| sudo | No | Whether to run the command with sudo (default: true) |