docker-swarm
Verified for current stable LTS
Docker Swarm Command: Change Node Certificates Validity
Use for change node certificates validity with Docker Swarm. Exact CLI syntax to change node certificates validity using Docker Swarm.
When to use this: Use for change node certificates validity with Docker Swarm.
Command Syntax
docker swarm update --cert-expiry <hours>h<minutes>m<seconds>s docker swarm update --cert-expiry <hours>h<minutes>m<seconds>s Command Breakdown
--cert-expiry- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to change node certificates validity using Docker Swarm.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Docker Swarm Command: Display Ca Certificate
docker swarm ca Docker Swarm Command: Display Current Ca Certificate docker swarm ca Docker Swarm Command: Display Join Token docker swarm join-token <worker|manager> Docker Swarm Command: Initialize Swarm Cluster docker swarm init Docker Swarm Command: Join Node To Cluster docker swarm join --token <token> {manager_node_url:2377}