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 332B

123456789101112
  1. {
  2. "siteConfDir": "./tests/etc/apache2/sites-available/",
  3. "siteDir": "./tests/var/",
  4. "confDir": "./sitegen/",
  5. "certRenewTime": 5356800,
  6. "letsencryptCommand": "./tests/fake-letsencrypt.sh",
  7. "letsencryptArgs": [
  8. "Test."
  9. ],
  10. "letsencryptDir": "./tests/etc/letsencrypt/live/",
  11. "certDir": "./tests/etc/ssl/private/"
  12. }