invalid_no_auth_keys.json 344 B

123456789101112131415161718192021222324
  1. {
  2. "signing": {
  3. "profiles": {
  4. "CA": {
  5. "remote": "localhost",
  6. "auth_key": "garbage"
  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. },
  20. "remotes": {
  21. "localhost": "127.0.0.1:8888"
  22. }
  23. }