step

사용하기 쉬운 CLI 도구로, 공개 키 기반 구조(PKI) 시스템 및 워크플로를 구축, 운영 및 자동화하는 데 도움을 줍니다. 같이 보기: openssl. 더 많은 정보: https://smallstep.com/docs/step-cli/.

step certificate inspect {{경로/대상/인증서.crt}}

step certificate create "{{예시 루트 CA}}" {{경로/대상/root-ca.crt}} {{경로/대상/root-ca.key}} --profile root-ca

step certificate create {{hostname.example.com}} {{경로/대상/hostname.crt}} {{경로/대상/hostname.key}} --profile leaf --ca {{경로/대상/root-ca.crt}} --ca-key {{경로/대상/root-ca.key}}

step certificate verify {{경로/대상/호스트명.crt}} --roots {{경로/대상/root-ca.crt}} --verbose

step certificate format {{경로/대상/인증서.pem}} --out {{경로/대상/인증서.der}}

step certificate {{install|uninstall}} {{경로/대상/root-ca.crt}}

step crypto keypair {{경로/대상/공개_키}} {{경로/대상/비밀_키}} --kty {{RSA|EC}}

step {{path|base64|certificate|completion|context|crl|crypto|oauth|ca|beta|ssh}} --help