Class: Tipi::ACME::CertificateStore
- Inherits:
-
Object
- Object
- Tipi::ACME::CertificateStore
- Defined in:
- lib/tipi/acme.rb
Instance Method Summary collapse
Instance Method Details
#get(name) ⇒ Object
236 237 238 |
# File 'lib/tipi/acme.rb', line 236 def get(name) raise NotImplementedError end |
#set(name, private_key:, certificate:, expired_stamp:) ⇒ Object
232 233 234 |
# File 'lib/tipi/acme.rb', line 232 def set(name, private_key:, certificate:, expired_stamp:) raise NotImplementedError end |