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