SwarmSpecCAConfig
Table of Contents
- $externalCAs : array<string|int, SwarmSpecCAConfigExternalCAsItem>|null
- Configuration for forwarding signing requests to an external.
- $forceRotate : int|null
- An integer whose purpose is to force swarm to generate a new.
- $nodeCertExpiry : int|null
- The duration node certificates are issued for.
- $signingCACert : string|null
- The desired signing CA certificate for all swarm node TLS leaf.
- $signingCAKey : string|null
- The desired signing CA key for all swarm node TLS leaf certificates,.
- getExternalCAs() : array<string|int, SwarmSpecCAConfigExternalCAsItem>|null
- Configuration for forwarding signing requests to an external.
- getForceRotate() : int|null
- An integer whose purpose is to force swarm to generate a new.
- getNodeCertExpiry() : int|null
- The duration node certificates are issued for.
- getSigningCACert() : string|null
- The desired signing CA certificate for all swarm node TLS leaf.
- getSigningCAKey() : string|null
- The desired signing CA key for all swarm node TLS leaf certificates,.
- setExternalCAs() : self
- Configuration for forwarding signing requests to an external.
- setForceRotate() : self
- An integer whose purpose is to force swarm to generate a new.
- setNodeCertExpiry() : self
- The duration node certificates are issued for.
- setSigningCACert() : self
- The desired signing CA certificate for all swarm node TLS leaf.
- setSigningCAKey() : self
- The desired signing CA key for all swarm node TLS leaf certificates,.
Properties
$externalCAs
Configuration for forwarding signing requests to an external.
protected
array<string|int, SwarmSpecCAConfigExternalCAsItem>|null
$externalCAs
$forceRotate
An integer whose purpose is to force swarm to generate a new.
protected
int|null
$forceRotate
$nodeCertExpiry
The duration node certificates are issued for.
protected
int|null
$nodeCertExpiry
$signingCACert
The desired signing CA certificate for all swarm node TLS leaf.
protected
string|null
$signingCACert
$signingCAKey
The desired signing CA key for all swarm node TLS leaf certificates,.
protected
string|null
$signingCAKey
Methods
getExternalCAs()
Configuration for forwarding signing requests to an external.
public
getExternalCAs() : array<string|int, SwarmSpecCAConfigExternalCAsItem>|null
Return values
array<string|int, SwarmSpecCAConfigExternalCAsItem>|null —getForceRotate()
An integer whose purpose is to force swarm to generate a new.
public
getForceRotate() : int|null
SigningCACert
and SigningCAKey
Return values
int|null —getNodeCertExpiry()
The duration node certificates are issued for.
public
getNodeCertExpiry() : int|null
Return values
int|null —getSigningCACert()
The desired signing CA certificate for all swarm node TLS leaf.
public
getSigningCACert() : string|null
certificates, in PEM format.
Return values
string|null —getSigningCAKey()
The desired signing CA key for all swarm node TLS leaf certificates,.
public
getSigningCAKey() : string|null
in PEM format.
Return values
string|null —setExternalCAs()
Configuration for forwarding signing requests to an external.
public
setExternalCAs(array<string|int, SwarmSpecCAConfigExternalCAsItem>|null $externalCAs) : self
Parameters
- $externalCAs : array<string|int, SwarmSpecCAConfigExternalCAsItem>|null
Return values
self —setForceRotate()
An integer whose purpose is to force swarm to generate a new.
public
setForceRotate(int|null $forceRotate) : self
SigningCACert
and SigningCAKey
Parameters
- $forceRotate : int|null
Return values
self —setNodeCertExpiry()
The duration node certificates are issued for.
public
setNodeCertExpiry(int|null $nodeCertExpiry) : self
Parameters
- $nodeCertExpiry : int|null
Return values
self —setSigningCACert()
The desired signing CA certificate for all swarm node TLS leaf.
public
setSigningCACert(string|null $signingCACert) : self
certificates, in PEM format.
Parameters
- $signingCACert : string|null
Return values
self —setSigningCAKey()
The desired signing CA key for all swarm node TLS leaf certificates,.
public
setSigningCAKey(string|null $signingCAKey) : self
in PEM format.
Parameters
- $signingCAKey : string|null