Sha256: 943c533411ea36f826ad4aae2fa94c7997b1b304093d99504586c9f7a0b858bc

Contents?: true

Size: 608 Bytes

Versions: 17

Compression:

Stored size: 608 Bytes

Contents

require 'lino'

require_relative 'base'
require_relative 'mixins/global_config'
require_relative 'mixins/ssl_config'
require_relative 'mixins/encrypt_key_config'

module RubyEasyRSA
  module Commands
    class Renew < Base
      include Mixins::GlobalConfig
      include Mixins::SSLConfig
      include Mixins::EncryptKeyConfig

      def configure_command(builder, opts)
        filename_base = opts[:filename_base]

        builder = builder.with_subcommand('renew')
        builder = builder.with_argument(filename_base)
        builder = super(builder, opts)
        builder
      end
    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
ruby_easy_rsa-0.10.0.pre.7 lib/ruby_easy_rsa/commands/renew.rb
ruby_easy_rsa-0.10.0.pre.6 lib/ruby_easy_rsa/commands/renew.rb
ruby_easy_rsa-0.10.0.pre.5 lib/ruby_easy_rsa/commands/renew.rb
ruby_easy_rsa-0.10.0.pre.4 lib/ruby_easy_rsa/commands/renew.rb
ruby_easy_rsa-0.10.0.pre.3 lib/ruby_easy_rsa/commands/renew.rb
ruby_easy_rsa-0.10.0.pre.2 lib/ruby_easy_rsa/commands/renew.rb
ruby_easy_rsa-0.10.0.pre.1 lib/ruby_easy_rsa/commands/renew.rb
ruby_easy_rsa-0.9.0 lib/ruby_easy_rsa/commands/renew.rb
ruby_easy_rsa-0.8.0.pre.1 lib/ruby_easy_rsa/commands/renew.rb
ruby_easy_rsa-0.7.0 lib/ruby_easy_rsa/commands/renew.rb
ruby_easy_rsa-0.6.0.pre.2 lib/ruby_easy_rsa/commands/renew.rb
ruby_easy_rsa-0.6.0.pre.1 lib/ruby_easy_rsa/commands/renew.rb
ruby_easy_rsa-0.5.0 lib/ruby_easy_rsa/commands/renew.rb
ruby_easy_rsa-0.4.0.pre.1 lib/ruby_easy_rsa/commands/renew.rb
ruby_easy_rsa-0.3.0 lib/ruby_easy_rsa/commands/renew.rb
ruby_easy_rsa-0.2.0.pre.11 lib/ruby_easy_rsa/commands/renew.rb
ruby_easy_rsa-0.2.0.pre.10 lib/ruby_easy_rsa/commands/renew.rb