Sha256: dcccdae094ee68d55f9486b2c9c2e154f9f4609ad559681cd5de91b266d1e6fc
Contents?: true
Size: 516 Bytes
Versions: 14
Compression:
Stored size: 516 Bytes
Contents
require_relative 'certificate/register_command' require_relative 'certificate/authorize_command' require_relative 'certificate/get_command' class Kontena::Cli::CertificateCommand < Clamp::Command subcommand "register", "Register to LetsEncrypt", Kontena::Cli::Certificate::RegisterCommand subcommand "authorize", "Create DNS authorization for domain", Kontena::Cli::Certificate::AuthorizeCommand subcommand "get", "Get certificate for domain", Kontena::Cli::Certificate::GetCommand def execute end end
Version data entries
14 entries across 14 versions & 1 rubygems