Atomia User Panel

Cron jobs, virtual directories and SSL certificates

21 views 0

Cron jobs

The end user can add tasks (Cron jobs) that are regularly executed. All times displayed are local times and the end user can use checkmarks to enable or disable scripts.

Cron tasks

Image 1: Managing Cron tasks.

Virtual directories

Virtual directories allows you to map folder URLs to a server path.

Virtual directories

Image 2: Virtual directories overview.

SSL certificates

Depending on the configuration, SSL certificates can be used in the following ways:

  1. Create a self signed certificate, which creates HTTPS – but will produce a ‘warning’ message to visitors.
  2. Upload your own (valid) certificate.
  3. Buy a certificate.

In all three cases, any changes done through the User Panel will create necessary changes on the web server. If you choose to buy a certificate, Domain Validated type of certificate will be automatically installed for you. Extended validation and Organization validation will require manual checks.

Good to know

If you want to upload intermediate certificates as well, then you should add them after the root certificate. For example:


-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----

 

SSL certificates

Image 3: SSL certificates overview.

Was this helpful?