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