Module: RubyEasyRSA::Commands::Mixins::EncryptKeyConfig
- Included in:
- BuildCA, BuildClientFull, BuildClientServerFull, BuildServerFull, GenReq, Renew, SetECPass, SetRSAPass
- Defined in:
- lib/ruby_easy_rsa/commands/mixins/encrypt_key_config.rb
Instance Method Summary collapse
-
#configure_command(builder, opts) ⇒ Object
rubocop:disable Style/RedundantAssignment.
Instance Method Details
#configure_command(builder, opts) ⇒ Object
rubocop:disable Style/RedundantAssignment
8 9 10 11 12 |
# File 'lib/ruby_easy_rsa/commands/mixins/encrypt_key_config.rb', line 8 def configure_command(builder, opts) builder = super(builder, opts) builder = with_encrypt_key(builder, encrypt_key(opts)) builder end |