Releases: mettke/ssl-cert-authority
Releases · mettke/ssl-cert-authority
Version 0.3.1
Changelog
- Corrected Dockerfile to point to the latest tag
- Updated phpseclib to 1.0.16
Beta Version
Version 0.3.0
Changelog
- Changed listen directive for php-fpm to listen to ipv4 and ipv6
- Added additional method for certificate upload
- It's now possible to generate a CSR. That way, the private key never has to travel through the network
- Corrected small mistakes in example readme's
Beta Version
Version 0.2.1
Changelog
- Corrected permission checking for entrypoint.sh
- Updated NOTICE to include third-party licenses
- Corrected server filter for sync-status
- It was not possible to filter servers based on their sync-status
- Corrected serial checking for certificate deployment
- check script was executed, but the result was not checked.
- deployment would have succeeded even if the serial returned was incorrect
- Implemented serial checking before restarting services to reduce unnecessary restarts
Beta Version
Version 0.2.0
Changelog
- Private Key encryption on the client side
- User Management to allow users to only upload certificates
- Improvements in POST parameter handling
Beta Version
Version 0.1.0
Changelog
- User authentication via htpasswd or ldap
- Service restart via scripts and variables
- Certificate deployment via profiles
- Server deployment using phpseclib and ssh
Beta Version