Skip to content

cloud-cli/le

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.com

Update a certificate with domain example.com and subdomains

cy le.add --domains example.com,foo.example.com --useWildcard true --update

Remove a certificate

cy le.remove --domain example.com

Check if a certificate exists

cy le.exists --domain example.com

List certificates by domains

cy le.list

Show certificate by domains

cy le.show --domain example.com

Show certificate domains

cy le.showDomains --domain example.com

About

API to generate SSL certificates using Let'sEncrypt

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •