Skip to content

3.1.6

Compare
Choose a tag to compare
@vincib vincib released this 13 May 10:20
· 740 commits to main since this release

This is AlternC 3.1.6 / 3.2.6 released May 12 2015

fixing a number of bugs found since 3.1.5:

  • fix french translation misunderstanding (enabled/disabled emails)
  • fix translation not working for strings that disappeared in the past
  • fix browseForFolder not working on domaines_type having a - in their name

ALSO GREAT NEWS

alternc-api and alternc-ssl, 2 packages adding new features to the panel has been released as BETA VERSION in this 3.1.6/3.2.6.

alternc-api adds an API to AlternC, (not all classes have been ported yet, mainly ssl, admin, dom, ftp).
The API has been developped thanks to the great advices of Alban from Octopuce, it can be addressed either using a login and password or a shared secret (API Key)
It's pluggable (either on auth methods or classes exported to the api)
It's not currently documented, and need love to make all features of AlternC available through it :)

alternc-ssl adds the ability to manager SNI-based SSL / HTTPS virtual hosts to AlternC:

  • basic management of certificates is included, including the CSR generation (using SHA256 of course!), import of existing crt/key/chain bundle
  • new templates are proposed: "forced https" (non advanced) that redirect http to https and host https locally, "http & https redirect", "https panel access" and "mixed hosting" (http + https, no redirect)
  • hooks in update_domaines.sh ensure that the SSLCertificateFile lines in apache conf are properly setup