config.json 698 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "signing": {
  3. "default": {
  4. "expiry": "8760h",
  5. "usages": [
  6. "signing",
  7. "key encipherment",
  8. "server auth",
  9. "client auth"
  10. ],
  11. "auth_key": "default_auth"
  12. },
  13. "profiles": {
  14. "client_auth": {
  15. "expiry": "168h",
  16. "usages": [
  17. "signing",
  18. "key encipherment",
  19. "server auth",
  20. "client auth"
  21. ],
  22. "auth_key": "client_auth"
  23. }
  24. }
  25. },
  26. "auth_keys": {
  27. "default_auth": {
  28. "type": "standard",
  29. "key": "de1069ab43f7f385d9a31b76af27e7620e9aa2ad5dccd264367422a452aba67f"
  30. },
  31. "client_auth": {
  32. "type": "standard",
  33. "key": "55292b4762b352e385adf6b117179bbf9d0f5604a462b982e52950a33d48b578"
  34. }
  35. }
  36. }