Skip to content

Releases: KaiserWerk/CertMaker

CertMaker v2.0.2: location header bug fixed

24 Jun 21:20
Compare
Choose a tag to compare

In this version, an important bug has been fixed concerning the missing API version in Location headers (#48).

Certmaker v2.0.1: Tiny improvements

24 Jun 20:36
Compare
Choose a tag to compare

This is just a "health" update to remove some unnecessary stuff and improve some code.

On the other side, I think is time to declare this production-ready.

CertMaker v2.0.0: lots of breaking changes

23 Jun 21:27
Compare
Choose a tag to compare

Numerous huge changes were made and a few versions were skipped, hence the large version jump.
There were a few breaking changes. Since there are still some useful features missing I cannot in good consciousness declare
this a production release yet.

These changes were implemented since the last version:

  • The API has a version now (v1)
  • You can now revoke certificates via UI and API
  • The OCSP responder will serve responses according to revocation status
  • Wrote some more documentation
  • Added UI screenshots (ugly thb)
  • Added ProstgreSQL and MSSQL to usable database drivers (configuration values pgsql and mssql)
  • Users have their own "profile page" to view anc change their own data
  • Users can now regenerate their API token
  • Admins on the "Add User Account" page can now change the settings flags
  • Added a fitting favicon
  • log lines now don't have new lines any more
  • The command line parameter --as-service was removed
  • The command line parameter --debug has beed added. Using it will prevent a log file from being written and everything with log
    level TRACE and above will be displayed on the console instead of INFO and above
  • The certificate list show all certificates a user has ever requested.
  • An admin sees all certificates
  • The root certificate is now downloadable via UI and API
  • The setting "Domain/IP verification" creates a challenge when a new certificate is requested (see API documentation)
  • The simple mode is fully implemented (obtain certificate and private key)
  • The normal mode is fully implemented (obtain certificate by supplying a certificate signing request (CSR))

CertMaker v1.0.1

25 May 20:09
Compare
Choose a tag to compare
CertMaker v1.0.1 Pre-release
Pre-release

There was a mission critical error concerning the configuration file's server_host value, which was missing the http(s):// prefix while the http:// prefix was hard-coded in the Certificate and Private Key Location headers, which is now fixed.

There is also some slight general code improvements and removal of unnecessary comments.

CertMaker's first release!

24 May 00:42
Compare
Choose a tag to compare
Pre-release

You can now super-duper-easily fetch certificates for your local apps and programs. Download the binary for your system, do some small setup stuff and you're ready to go!
Downloads are available for Windows 64bit, Linux 64bit, MacOS 64bit and RaspberryPi 32bit ARM 5.

CertMaker has not quite reached production readiness, but give it a try!