Sha256: 70e1de4ed26e2524662bf677df9e1ae24d1f064f95fd7765b712c17f755bff79

Contents?: true

Size: 995 Bytes

Versions: 6

Compression:

Stored size: 995 Bytes

Contents

class Kontena::Cli::CertificateCommand < Kontena::Command

  subcommand ["list", "ls"], "List certificates", load_subcommand('certificate/list_command')
  subcommand "show", "Show certificate details", load_subcommand('certificate/show_command')
  subcommand "export", "Export certificate to file", load_subcommand('certificate/export_command')
  subcommand "register", "Register to LetsEncrypt", load_subcommand('certificate/register_command')
  subcommand "authorize", "Create DNS authorization for domain", load_subcommand('certificate/authorize_command')
  subcommand "request", "Request certificate for domain", load_subcommand('certificate/request_command')
  subcommand "get", "Get certificate for domain", load_subcommand('certificate/get_command')
  subcommand "import", "Import certificate from file", load_subcommand('certificate/import_command')
  subcommand ["remove", "rm"], "Remove certificate for domain", load_subcommand('certificate/remove_command')


  def execute
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
kontena-cli-1.4.2 lib/kontena/cli/certificate_command.rb
kontena-cli-1.4.2.rc1 lib/kontena/cli/certificate_command.rb
kontena-cli-1.4.2.pre1 lib/kontena/cli/certificate_command.rb
kontena-cli-1.4.1 lib/kontena/cli/certificate_command.rb
kontena-cli-1.4.1.rc1 lib/kontena/cli/certificate_command.rb
kontena-cli-1.4.1.pre1 lib/kontena/cli/certificate_command.rb