ubuntu_ssl_certificate
Manage SSL certificates on Ubuntu via SSH using Let’s Encrypt. Issue, renew, check status, or list certificates for specified domains with configurable webroot and sudo options.
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) |