invalid_remotes.json 431 B

12345678910111213141516171819202122232425262728
  1. {
  2. "signing": {
  3. "profiles": {
  4. "CA": {
  5. "auth_key": "garbage",
  6. "remote": "localhoster"
  7. },
  8. "email": {
  9. "usages": ["s/mime"],
  10. "expiry": "720h"
  11. }
  12. },
  13. "default": {
  14. "usages": ["digital signature", "email protection"],
  15. "expiry": "8000h"
  16. }
  17. },
  18. "auth_keys": {
  19. "garbage": {
  20. "type":"standard",
  21. "key":"0123456789ABCDEF0123456789ABCDEF"
  22. }
  23. },
  24. "remotes": {
  25. "localhost": "127.0.0.1:8888"
  26. }
  27. }