diff --git a/docs/questions.md b/docs/questions.md index ad1fbf7d..12dc1647 100644 --- a/docs/questions.md +++ b/docs/questions.md @@ -193,7 +193,36 @@ openssl ca -config [ROOT_CA_CONFIG_FILE] \ -out intermediate.crt ``` -This process will yield an `intermediate.crt` certificate. Transfer this file back to the machine running `step-ca`. +**CFSSL** + +For CFSSL you'll need a signing profile that specifies a 10-year expiry: + +```bash +cat > ca-smallstep-config.json <