Class: Acmesmith::Certificate::CertificateExport

Inherits:
Struct
  • Object
show all
Defined in:
lib/acmesmith/certificate.rb

Instance Attribute Summary collapse

Instance Attribute Details

#certificateObject

Returns the value of attribute certificate

Returns:

  • (Object)

    the current value of certificate



8
9
10
# File 'lib/acmesmith/certificate.rb', line 8

def certificate
  @certificate
end

#chainObject

Returns the value of attribute chain

Returns:

  • (Object)

    the current value of chain



8
9
10
# File 'lib/acmesmith/certificate.rb', line 8

def chain
  @chain
end

#fullchainObject

Returns the value of attribute fullchain

Returns:

  • (Object)

    the current value of fullchain



8
9
10
# File 'lib/acmesmith/certificate.rb', line 8

def fullchain
  @fullchain
end

#private_keyObject

Returns the value of attribute private_key

Returns:

  • (Object)

    the current value of private_key



8
9
10
# File 'lib/acmesmith/certificate.rb', line 8

def private_key
  @private_key
end