Documentation

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

$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

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

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
Return values
self

Search results