v1.4.3
drawdb-io/drawdbv1.4.3Nov 25, 2020by FiloSottile
AI Summary
Simplified the Extended Key Usage (EKU) logic for certificate generation to ensure consistency with standard practices and switched builds to GitHub Actions.
Key Highlights
- Simplified EKU rules: IP/DNS/URI SANs include serverAuth, email SANs include emailProtection, and -client flag includes clientAuth.
- Certificate generation based on CSRs is now consistent with standard generation.
- Releases are now built from GitHub Actions.
Full Release Notes
The EKU logic is now simpler, and it follows the following rules * if an IP address, DNS name, or URI SAN is present, serverAuth is included * if `-client` is used, clientAuth is included * if an email address SAN in present, emailProtection is included Certificate generation based on CSRs is now consistent with standard certificate generation. Releases are now built from GitHub Actions.