client.config.json 613 B

123456789101112131415161718192021222324
  1. {
  2. "signing": {
  3. "profiles": {
  4. "valid": {
  5. "expiry": "876000h",
  6. "usages": [
  7. "signing",
  8. "key encipherment",
  9. "client auth"
  10. ]
  11. },
  12. "expired": {
  13. "expiry": "1h",
  14. "not_before": "1990-12-31T23:59:00Z",
  15. "not_after": "1990-12-31T23:59:00Z",
  16. "usages": [
  17. "signing",
  18. "key encipherment",
  19. "client auth"
  20. ]
  21. }
  22. }
  23. }
  24. }