You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

sitegen.json 679B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "siteConfDir": "./tests/etc/apache2/sites-available/",
  3. "siteDir": "./tests/var/",
  4. "confDir": "./sitegen/",
  5. "certRenewTime": 5356800,
  6. "letsencryptCommands": [
  7. {
  8. "patterns": [
  9. "error.com",
  10. "*.error.com"
  11. ],
  12. "command": {
  13. "letsencryptCommand": "./tests/fake-letsencrypt.sh",
  14. "letsencryptArgs": [
  15. "error"
  16. ]
  17. }
  18. },
  19. {
  20. "patterns": "*",
  21. "command": {
  22. "letsencryptCommand": "./tests/fake-letsencrypt.sh",
  23. "letsencryptArgs": [
  24. "Test."
  25. ]
  26. }
  27. }
  28. ],
  29. "letsencryptDir": "./tests/etc/letsencrypt/live/",
  30. "certDir": "./tests/etc/ssl/private/"
  31. }