Skip to content

Commit

Permalink
[doc] documentation updates for v0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
grindsa committed Nov 3, 2024
1 parent a2cede8 commit b8c331e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ This is a high-level summary of the most important changes. For a full list of
changes, see the [git commit log](https://github.com/grindsa/acme2certifier/commits)
and pick the appropriate release branch.

# Changes in 0.36

**Features and Improvements**:

- [ca handler](docs/digicert.md) using the [DigiCert CertCentral API](https://dev.digicert.com/en/certcentral-apis.html)
- [ca handler](docs/entrust.md) using the [Entrust ECS Enterprise APIl](https://www.entrust.com/products/digital-certificates/tls-ssl/entrust-certificate-services)
- [EAB Profiling support](docs/eab_profiling.md) in Microsoft CA handlers
- [#187](https://github.com/grindsa/acme2certifier/pull/187) url option for mscertsrv ca handler
- subject profiling feature
- [strip down python-impacket module](https://github.com/grindsa/acme2certifier/blob/master/docs/mswcce.md#local-installation) in docker images
- [strip down impacket RPM package](https://github.com/grindsa/sbom/tree/main/rpm-repo/RPMs/rhel9)
- YAML config file format supported in [EAB-Profiling feature](docs/eab_profiling.md)
- Upgrade Container images to Ubuntu 24.04

**Bugfixes**:

- openssl-ca-handler: basicConstraints extension will not be marked as critical anymore
- openssl-ca-handler: subjectkeyidentifier extension will not be marked as critical anymore
- fall-back option to python-openssl for Redhat deployments
- detect and handle django installations on Debian/Ubunto systems
- automated schema updates in case of RPM updates

# Changes in 0.35

**Features and Improvements**:
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

| Version | Supported |
| ------- | ------------------ |
| 0.36.x | :white_check_mark: |
| 0.35.x | :white_check_mark: |
| 0.34.x | :white_check_mark: |
| < 0.34 | :x: |
| < 0.35 | :x: |

## Reporting a Vulnerability

Expand Down

0 comments on commit b8c331e

Please sign in to comment.