Sha256: b3efe16ae5883eb80946543b5a88f0a57873cd399b8bfd6f565e95e189389d6d
Contents?: true
Size: 518 Bytes
Versions: 67
Compression:
Stored size: 518 Bytes
Contents
require_relative 'certificate/register_command' require_relative 'certificate/authorize_command' require_relative 'certificate/get_command' class Kontena::Cli::CertificateCommand < Kontena::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
67 entries across 67 versions & 1 rubygems