GeneratedCertificates class

The paths of the TLS files produced by CertGenerator.generate.

Constructors

GeneratedCertificates({required String caCert, required String caKey, required String serverCert, required String serverKey})
const

Properties

caCert String
CA certificate — clients and nodes trust this (--ca).
final
caKey String
CA private key — keep local; never deploy.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverCert String
Hub server certificate chain (leaf + CA) for hub start --cert.
final
serverKey String
Hub server private key for hub start --key.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited