Attention

Zercurity has been acquired by JumpCloud.

This documentation will no longer be maintained or updated. You can read more about the acquisition, or signup to JumpCloud today.

https://jumpcloud.com/press/jumpcloud-acquires-zercurity

Configuration

Zercurity provides a number of configuration options. Please get in touch if you require any assistance.

Docker Configuration

For documentation on configuring docker. Please see: Configuration

Mailer Configuration

By default Zercurity sets up a local email server in order to send alerts and registration emails. However, this local server will most likely be blocked by email providers. We recommend using either your company SMTP server or a third party service such as AWS SES.

External SMTP server

You can configure your own SMTP server like so.

mailer:
  restart: on-failure
  image: namshi/smtp
  hostname: mailer.$ZERCURITY_DOMAIN
  environment:
  - SMARTHOST_ADDRESS=smtp.gmail.com
  - SMARTHOST_PORT=587
  - SMARTHOST_USER=
  - SMARTHOST_PASSWORD=
  - SMARTHOST_ALIASES=*.your-domain.com
  networks:
  - zercurity

AWS SES

Please use the template below, substituting in your SES_USER, SES_PASSWORD and SES_REGION settings provided to you by Amazon.

mailer:
  restart: on-failure
  image: namshi/smtp
  hostname: mailer.$ZERCURITY_DOMAIN
  environment:
  - SES_USER=
  - SES_PASSWORD=
  - SES_REGION=us-east-1
  networks:
  - zercurity

Google Configuration

Please contact us directly for assistance.

SAML2 Configuration

Please contact us directly for assistance.

Atlassian Jira

Please contact us directly for assistance.

Service Desk Now

Please contact us directly for assistance.