client_auth.json 564 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "request": {
  3. "CN": "test client",
  4. "hosts": ["127.0.0.1"]
  5. },
  6. "profiles": {
  7. "paths": {
  8. "private_key": "client.key",
  9. "certificate": "client.pem"
  10. },
  11. "cfssl": {
  12. "profile": "client",
  13. "remote": "127.0.0.1:8888",
  14. "auth-type": "standard",
  15. "auth-key": "52abb3ac91971bb72bce17e7a289cd04476490b19e0d8eb7810dc42d4ac16c41"
  16. }
  17. },
  18. "roots": [
  19. {
  20. "type": "system"
  21. },
  22. {
  23. "type": "cfssl",
  24. "metadata": {
  25. "host": "127.0.0.1:8888",
  26. "profile": "server"
  27. }
  28. }
  29. ]
  30. }