HttpsCertificateExecutionConfigurationContext Properties
ClassProperties4 members
Configuration context for server authentication certificate configuration.
Expression that will resolve to the path of the server authentication certificate in PEM format. For containers this will be a path inside the container.
public ReferenceExpression CertificatePath { get; init; } Expression that will resolve to the path of the server authentication certificate and key in a combined PEM file. For containers this will be a path inside the container.
public ReferenceExpression CertificateWithKeyPath { get; init; } Expression that will resolve to the path of the server authentication certificate key in PEM format. For containers this will be a path inside the container.
public ReferenceExpression KeyPath { get; init; } Expression that will resolve to the path of the server authentication certificate in PFX format. For containers this will be a path inside the container.
public ReferenceExpression PfxPath { get; init; }