1.0.6 • Published 11 months ago
@cloud-cli/le v1.0.6
Let's Encrypt certificates
SSL certificate generation.
Requires certbot to be installed on server and properly configured for Let's Encrypt certs
API
Create a certificate for example.com
cy le.add --domain example.comCreate a certificate for example.com and all its subdomains
cy le.add --domain example.com --useWildcard 1Remove a certificate
cy le.remove --domain example.comCheck if a certificate exists
cy le.exists --domain example.comList certificates and domains
cy le.list