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

123456789
  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. "letsencryptDir": "./tests/etc/letsencrypt/live/",
  8. "certDir": "./tests/etc/ssl/private/"
  9. }