NAME
API::Docker::Type::SwarmSpec::CAConfig - CA configuration
VERSION
version 0.004
DESCRIPTION
Generated from the inline CAConfig schema of the SwarmSpec definition in spec/v1.51.yaml.
node_cert_expiry
The duration node certificates are issued for.
external_cas
Configuration for forwarding signing requests to an external certificate authority. See API::Docker::Type::SwarmSpec::CAConfig::ExternalCA. Serialised as ExternalCAs -- spelled out, because deriving it from the Perl name would produce ExternalCas.
signing_ca_cert
The desired signing CA certificate for all swarm node TLS leaf certificates, in PEM format. Serialised as SigningCACert -- spelled out, because deriving it from the Perl name would produce SigningCaCert.
signing_ca_key
The desired signing CA key for all swarm node TLS leaf certificates, in PEM format. Serialised as SigningCAKey -- spelled out, because deriving it from the Perl name would produce SigningCaKey.
force_rotate
An integer whose purpose is to force swarm to generate a new signing CA certificate and key, if none have been specified in SigningCACert and SigningCAKey.
SUPPORT
Issues
Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-api-docker/issues.
CONTRIBUTING
Contributions are welcome! Please fork the repository and submit a pull request.
AUTHOR
Torsten Raudssus <getty@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2026 by Torsten Raudssus <torsten@raudssus.de> https://raudssus.de/.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.