class Squarectl::Config::SSLCertificateSpec

Overview

One certificate: the domain and the cert/key output paths. Relative paths are resolved against the project root; absolute paths are used as-is.

:nodoc:

Included Modules

Defined in:

squarectl/config/ssl_certificate_spec.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def cert_path : String #

[View source]
def cert_path=(cert_path : String) #

[View source]
def domain : String #

[View source]
def domain=(domain : String) #

[View source]
def key_path : String #

[View source]
def key_path=(key_path : String) #

[View source]
def to_h(environment) #

[View source]