Sha256: a7552289837987dde39f04e882d8dc5cf8b84a0be3bd7ccb888e5e7a2d7ee9b1
Contents?: true
Size: 392 Bytes
Versions: 38
Compression:
Stored size: 392 Bytes
Contents
class Kontena::Cli::CertificateCommand < Kontena::Command subcommand "register", "Register to LetsEncrypt", load_subcommand('certificate/register_command') subcommand "authorize", "Create DNS authorization for domain", load_subcommand('certificate/authorize_command') subcommand "get", "Get certificate for domain", load_subcommand('certificate/get_command') def execute end end
Version data entries
38 entries across 38 versions & 1 rubygems