class
Squarectl::Config::SSLCertificateSpec
- Squarectl::Config::SSLCertificateSpec
- Reference
- Object
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
- JSON::Serializable
- YAML::Serializable
Defined in:
squarectl/config/ssl_certificate_spec.crConstructors
Instance Method Summary
- #cert_path : String
- #cert_path=(cert_path : String)
- #domain : String
- #domain=(domain : String)
- #key_path : String
- #key_path=(key_path : String)
- #to_h(environment)