Sha256: 09536716e4212ba1bc65120ae6d3651b3a4c885d5834f8b297e258d36a0b7970

Contents?: true

Size: 431 Bytes

Versions: 8

Compression:

Stored size: 431 Bytes

Contents

# frozen_string_literal: true

require 'lino'

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

module RubyEasyRSA
  module Commands
    class GenCRL < Base
      include Mixins::GlobalConfig
      include Mixins::SSLConfig

      def configure_command(builder, opts)
        builder = builder.with_subcommand('gen-crl')
        super(builder, opts)
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ruby_easy_rsa-0.12.0.pre.4 lib/ruby_easy_rsa/commands/gen_crl.rb
ruby_easy_rsa-0.12.0.pre.3 lib/ruby_easy_rsa/commands/gen_crl.rb
ruby_easy_rsa-0.12.0.pre.2 lib/ruby_easy_rsa/commands/gen_crl.rb
ruby_easy_rsa-0.12.0.pre.1 lib/ruby_easy_rsa/commands/gen_crl.rb
ruby_easy_rsa-0.11.0 lib/ruby_easy_rsa/commands/gen_crl.rb
ruby_easy_rsa-0.10.0.pre.10 lib/ruby_easy_rsa/commands/gen_crl.rb
ruby_easy_rsa-0.10.0.pre.9 lib/ruby_easy_rsa/commands/gen_crl.rb
ruby_easy_rsa-0.10.0.pre.8 lib/ruby_easy_rsa/commands/gen_crl.rb