Sha256: df2a79f1eae8698ee93a3b421ca58eaa3da56807c8624d726beded08a6aedd55

Contents?: true

Size: 443 Bytes

Versions: 6

Compression:

Stored size: 443 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 GenDH < Base
      include Mixins::GlobalConfig
      include Mixins::SSLConfig

      private

      def configure_command(initial_builder, parameters)
        builder = super
        builder.with_subcommand('gen-dh')
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ruby_easy_rsa-0.14.0.pre.2 lib/ruby_easy_rsa/commands/gen_dh.rb
ruby_easy_rsa-0.14.0.pre.1 lib/ruby_easy_rsa/commands/gen_dh.rb
ruby_easy_rsa-0.13.0 lib/ruby_easy_rsa/commands/gen_dh.rb
ruby_easy_rsa-0.12.0.pre.7 lib/ruby_easy_rsa/commands/gen_dh.rb
ruby_easy_rsa-0.12.0.pre.6 lib/ruby_easy_rsa/commands/gen_dh.rb
ruby_easy_rsa-0.12.0.pre.5 lib/ruby_easy_rsa/commands/gen_dh.rb