freedombone-utils-web.json 1.2KB

12345678910
  1. {
  2. "The domain $TEST_DOMAIN_NAME has too many subdomains. It should be of the type w.x.y.z, x.y.z or y.z": "The domain $TEST_DOMAIN_NAME has too many subdomains. It should be of the type w.x.y.z, x.y.z or y.z",
  3. "The domain $TEST_DOMAIN_NAME has no top level domain. It should be of the type w.x.y.z, x.y.z or y.z": "The domain $TEST_DOMAIN_NAME has no top level domain. It should be of the type w.x.y.z, x.y.z or y.z",
  4. "Private certificate for $CHECK_HOSTNAME was not created": "Private certificate for $CHECK_HOSTNAME was not created",
  5. "Public certificate for $CHECK_HOSTNAME was not created": "Public certificate for $CHECK_HOSTNAME was not created",
  6. "Diffie–Hellman parameters for $CHECK_HOSTNAME were not created": "Diffie–Hellman parameters for $CHECK_HOSTNAME were not created",
  7. "Lets Encrypt failed for $SITE_DOMAIN_NAME, so try making a self-signed cert": "Lets Encrypt failed for $SITE_DOMAIN_NAME, so try making a self-signed cert",
  8. "Lets Encrypt failed for $SITE_DOMAIN_NAME": "Lets Encrypt failed for $SITE_DOMAIN_NAME",
  9. "ERROR: nginx does not appear to have installed. $CHECK_MESSAGE": "ERROR: nginx does not appear to have installed. $CHECK_MESSAGE"
  10. }