CA Cert
Stoobly CA Certificate CLI - Questions & Answers
Understanding CA Certificates
Q: What is a CA certificate?
# Install CA certificate to enable HTTPS interception
stoobly-agent ca-cert installQ: Why do I need to install a CA certificate?
# Without CA cert: Only HTTP works
stoobly-agent record http://api.example.com/users
# With CA cert: Both HTTP and HTTPS work
stoobly-agent ca-cert install
stoobly-agent record https://api.example.com/users # Now works!Q: Is it safe to install the CA certificate?
Installing CA Certificate
Q: How do I install the CA certificate?
Q: Where does the CA certificate get installed?
Q: Do I need sudo/admin privileges to install the CA certificate?
Q: How do I install the CA certificate to a custom directory?
Q: What happens during CA certificate installation?
Viewing Certificate Path
Q: How do I find the path to the CA certificate file?
Q: What certificate formats are available?
Q: How do I use the certificate path in scripts?
Q: What happens if the certificate doesn't exist?
Q: How do I specify a custom CA certs directory?
Q: When should I use the show command?
Creating SSL Certificates
Q: How do I create an SSL certificate for a hostname?
Q: How do I create certificates for multiple hostnames?
Q: How do I create a wildcard certificate?
Q: Where are the generated certificates stored?
Q: How do I specify a custom output directory for certificates?
Q: How do I specify a custom CA certs directory?
Uninstalling CA Certificate
Q: How do I uninstall the CA certificate?
Q: How do I manually remove the CA certificate?
Workflow Integration
Q: When should I install the CA certificate?
Q: How do I use CA certificates with scaffold workflows?
Q: How do I verify the CA certificate is installed?
Troubleshooting
Q: What do I do if HTTPS recording fails?
Q: What if I get SSL verification errors?
Q: How do I handle multiple CA certificates?
Q: What do I do if certificate installation fails?
Browser Configuration
Q: Do I need to configure my browser after installing the CA certificate?
Q: How do I test if my browser trusts the CA certificate?
Team Collaboration
Q: Do team members need to install the CA certificate?
Q: Can I share CA certificate files with my team?
Q: Should CA certificates be committed to version control?
CI/CD Integration
Q: How do I handle CA certificates in CI/CD?
Q: How do I use certificates in Docker containers?
Security Considerations
Q: Is the CA certificate secure?
Q: Should I use the same CA certificate in production?
Q: How do I rotate CA certificates?
Quick Reference
Q: What are the most common ca-cert commands?
Complete Setup Example
Q: What's the complete workflow for setting up CA certificates?
Platform-Specific Notes
Q: Are there any macOS-specific considerations?
Q: Are there any Linux-specific considerations?
Q: Are there any Windows-specific considerations?
Last updated