step
Verified for current stable LTS
Step Commands
Step command syntax with verified terminal examples.
Commands
8 commands for Step
step HTTP
Step Command: Convert Certificate Pem To Der
step certificate format <path/to/certificate.pem> --out <path/to/certificate.der> step HTTP
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 Operations
Step Command: Create Rsa Ec Keypair
step crypto keypair <path/to/public_key> <path/to/private_key> --kty <RSA|EC> step HTTP
Step Command: Display Help For Subcommands
step <path|base64|certificate|completion|context|crl|crypto|oauth|ca|beta|ssh> --help step HTTP
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> step HTTP
Step Command: Inspect Certificate Contents
step certificate inspect <path/to/certificate.crt> step HTTP
Step Command: Install Or Uninstall Root Certificate
step certificate <install|uninstall> <path/to/root-ca.crt> step HTTP
Step Command: Verify Certificate Chain
step certificate verify <path/to/hostname.crt> --roots <path/to/root-ca.crt> --verbose Suggest a Step Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Step workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.