int-config.json 262 B

12345678910111213141516171819
  1. {
  2. "signing": {
  3. "profiles": {
  4. "server": {
  5. "usages": ["server auth"],
  6. "expiry": "43830h"
  7. },
  8. "client": {
  9. "usages": ["client auth"],
  10. "expiry": "43830h"
  11. }
  12. },
  13. "default": {
  14. "usages": ["server auth"],
  15. "expiry": "43830h"
  16. }
  17. }
  18. }