Class: RubyScep::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby_scep/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#caObject

Returns the value of attribute ca.



4
5
6
# File 'lib/ruby_scep/configuration.rb', line 4

def ca
  @ca
end

#ca_cert_pathObject

Returns the value of attribute ca_cert_path.



4
5
6
# File 'lib/ruby_scep/configuration.rb', line 4

def ca_cert_path
  @ca_cert_path
end

#ca_keyObject

Returns the value of attribute ca_key.



4
5
6
# File 'lib/ruby_scep/configuration.rb', line 4

def ca_key
  @ca_key
end

#ca_key_pathObject

Returns the value of attribute ca_key_path.



4
5
6
# File 'lib/ruby_scep/configuration.rb', line 4

def ca_key_path
  @ca_key_path
end

#certificates_storeObject

Returns the value of attribute certificates_store.



4
5
6
# File 'lib/ruby_scep/configuration.rb', line 4

def certificates_store
  @certificates_store
end