step
Verified for current stable LTS
Step Command: Verify Certificate Chain
Use for verify certificate chain with Step. Exact CLI syntax to verify certificate chain using Step.
When to use this: Use for verify certificate chain with Step.
Command Syntax
step certificate verify <path/to/hostname.crt> --roots <path/to/root-ca.crt> --verbose step certificate verify <path/to/hostname.crt> --roots <path/to/root-ca.crt> --verbose Live Command Builder
Final Command
step certificate verify <path/to/hostname.crt> --roots <path/to/root-ca.crt> --verbose Command Breakdown
--roots- Command Option
- Tool-specific option used by this command invocation.
--verbose- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to verify certificate chain using Step.
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
Step Command: Convert Certificate Pem To Der
step certificate format <path/to/certificate.pem> --out <path/to/certificate.der> Step Command: Create Root Ca Certificate step certificate create "<Example Root CA>" <path/to/root-ca.crt> <path/to/root-ca.key> --profile root-ca Step Command: Create Rsa Ec Keypair step crypto keypair <path/to/public_key> <path/to/private_key> --kty <RSA|EC> Step Command: Display Help For Subcommands step <path|base64|certificate|completion|context|crl|crypto|oauth|ca|beta|ssh> --help Step Command: Generate Certificate For Hostname step certificate create <hostname.example.com> <path/to/hostname.crt> <path/to/hostname.key> --profile leaf --ca <path/to/root-ca.crt> --ca-key <path/to/root-ca.key>