Method: Letsencrypt::Cli::App#cert
- Defined in:
- lib/letsencrypt/cli/app.rb
#cert(*domains) ⇒ Object
58 59 60 61 62 63 64 |
# File 'lib/letsencrypt/cli/app.rb', line 58 def cert(*domains) if domains.length == 0 wrapper.log "no domains given", :fatal exit 1 end wrapper.cert(domains) end |